Html Css Color HEX #9406E8 Dark Violet

📋 copy color: '#9406E8'

red 148 ◦ green 6 ◦ blue 232

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

Shades of Dark Violet #9406E8

Tints of Dark Violet #9406E8

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.55%

 BLUE value IS 232 (91.02% from 255) = 60.1%

R = 38.34%
G = 1.55%
B = 60.1%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9406E8 (or 0x9406E8) is known color: Dark Violet. HEX triplet: 94, 06 and E8. RGB value is (148,6,232). Sum of RGB (Red+Green+Blue) = 148+6+232=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 232 (91.02% from 255 or 60.10% from 386); Max value from RGB is 232 - color contains mainly: blue. Hex color #9406E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9406E8 is #6BF917. Grayscale: #494949. Windows color (decimal): -7076120 or 15206036. OLE color: 15206036.

HSL color Cylindrical-coordinate representation of color #9406E8: hue angle of 277.7º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9406E8 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 6 232 -
CMYK 0.36 0.97 0 0.09
HSL 277.7º 0.95% 0.47% -
HSV(B) 277.7º 0.97% 0.91% -
XYZ 26.84 12.25 77.29 -
YUV 74.22 217.04 180.62 -
System Red Green Blue C M Y K H S L
Decimal 148 6 232 0.36 0.97 0 0.09 277.7 0.95 0.47
Hex 94 6 E8 24 61 0 9 116 5F 2F
Octal 224 6 350 44 141 0 11 426 137 57
Binary 10010100 110 11101000 100100 1100001 0 1001 100010110 1011111 101111

Color Harmonies of #9406E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9406E8

Black with #9406E8

Text Example


Text Example

White with #9406E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9406E8; }

 p { color: rgb(148,6,232); }

 H1.HeaderClassName
 {
   color: #9406E8;
 }
 .AnyTagClassName
 {
   color: #9406E8;
 }
</style>

background-color css

<style>
 a { background-color: #9406E8; }

 a { background-color: rgb(148,6,232); }

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

border-color css

<style>
 span { border-color: #9406E8; }

 span { border-color: rgb(148,6,232); }

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