Html Css Color HEX #9006E8 Dark Violet

📋 copy color: '#9006E8'

red 144 ◦ green 6 ◦ blue 232

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

Shades of Dark Violet #9006E8

Tints of Dark Violet #9006E8

RGB

 RED value IS 144 (56.64% from 255) = 37.7%

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

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

R = 37.7%
G = 1.57%
B = 60.73%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9006E8 (or 0x9006E8) is known color: Dark Violet. HEX triplet: 90, 06 and E8. RGB value is (144,6,232). Sum of RGB (Red+Green+Blue) = 144+6+232=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 232 (91.02% from 255 or 60.73% from 382); Max value from RGB is 232 - color contains mainly: blue. Hex color #9006E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9006E8 is #6FF917. Grayscale: #484848. Windows color (decimal): -7338264 or 15206032. OLE color: 15206032.

HSL color Cylindrical-coordinate representation of color #9006E8: hue angle of 276.64º 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 #9006E8 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 144 6 232 -
CMYK 0.38 0.97 0 0.09
HSL 276.64º 0.95% 0.47% -
HSV(B) 276.64º 0.97% 0.91% -
XYZ 26.13 11.89 77.26 -
YUV 73.03 217.72 178.62 -
System Red Green Blue C M Y K H S L
Decimal 144 6 232 0.38 0.97 0 0.09 276.64 0.95 0.47
Hex 90 6 E8 26 61 0 9 115 5F 2F
Octal 220 6 350 46 141 0 11 425 137 57
Binary 10010000 110 11101000 100110 1100001 0 1001 100010101 1011111 101111

Color Harmonies of #9006E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9006E8

Black with #9006E8

Text Example


Text Example

White with #9006E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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