Html Css Color HEX #9405E5 Dark Violet

📋 copy color: '#9405E5'

red 148 ◦ green 5 ◦ blue 229

#9405E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9405E5

Tints of Dark Violet #9405E5

RGB

 RED value IS 148 (58.2% from 255) = 38.74%

 GREEN value IS 5 (2.34% from 255) = 1.31%

 BLUE value IS 229 (89.84% from 255) = 59.95%

R = 38.74%
G = 1.31%
B = 59.95%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9405E5 (or 0x9405E5) is known color: Dark Violet. HEX triplet: 94, 05 and E5. RGB value is (148,5,229). Sum of RGB (Red+Green+Blue) = 148+5+229=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 229 (89.84% from 255 or 59.95% from 382); Max value from RGB is 229 - color contains mainly: blue. Hex color #9405E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9405E5 is #6BFA1A. Grayscale: #484848. Windows color (decimal): -7076379 or 15009172. OLE color: 15009172.

HSL color Cylindrical-coordinate representation of color #9405E5: hue angle of 278.3º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9405E5 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 5 229 -
CMYK 0.35 0.98 0 0.10
HSL 278.3º 0.96% 0.46% -
HSV(B) 278.3º 0.98% 0.9% -
XYZ 26.41 12.06 75.06 -
YUV 73.29 215.88 181.29 -
System Red Green Blue C M Y K H S L
Decimal 148 5 229 0.35 0.98 0 0.10 278.3 0.96 0.46
Hex 94 5 E5 23 62 0 A 116 60 2E
Octal 224 5 345 43 142 0 12 426 140 56
Binary 10010100 101 11100101 100011 1100010 0 1010 100010110 1100000 101110

Color Harmonies of #9405E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9405E5

Black with #9405E5

Text Example


Text Example

White with #9405E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9405E5; }

 p { color: rgb(148,5,229); }

 H1.HeaderClassName
 {
   color: #9405E5;
 }
 .AnyTagClassName
 {
   color: #9405E5;
 }
</style>

background-color css

<style>
 a { background-color: #9405E5; }

 a { background-color: rgb(148,5,229); }

 div.DivClassName
 {
   background-color: #9405E5;
 }
 .BgClassName
 {
   background-color: #9405E5;
 }
</style>

border-color css

<style>
 span { border-color: #9405E5; }

 span { border-color: rgb(148,5,229); }

 td.TdClassName
 {
   border-color: #9405E5;
 }
 .TagClassName
 {
   border-color: #9405E5;
 }
</style>