Html Css Color HEX #9006E5 Dark Violet

📋 copy color: '#9006E5'

red 144 ◦ green 6 ◦ blue 229

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

Shades of Dark Violet #9006E5

Tints of Dark Violet #9006E5

RGB

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

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

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

R = 37.99%
G = 1.58%
B = 60.42%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9006E5 (or 0x9006E5) is known color: Dark Violet. HEX triplet: 90, 06 and E5. RGB value is (144,6,229). Sum of RGB (Red+Green+Blue) = 144+6+229=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 229 (89.84% from 255 or 60.42% from 379); Max value from RGB is 229 - color contains mainly: blue. Hex color #9006E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9006E5 is #6FF91A. Grayscale: #474747. Windows color (decimal): -7338267 or 15009424. OLE color: 15009424.

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

Color convert

RGB 144 6 229 -
CMYK 0.37 0.97 0 0.10
HSL 277.13º 0.95% 0.46% -
HSV(B) 277.13º 0.97% 0.9% -
XYZ 25.71 11.72 75.04 -
YUV 72.68 216.22 178.87 -
System Red Green Blue C M Y K H S L
Decimal 144 6 229 0.37 0.97 0 0.10 277.13 0.95 0.46
Hex 90 6 E5 25 61 0 A 115 5F 2E
Octal 220 6 345 45 141 0 12 425 137 56
Binary 10010000 110 11100101 100101 1100001 0 1010 100010101 1011111 101110

Color Harmonies of #9006E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9006E5

Black with #9006E5

Text Example


Text Example

White with #9006E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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