Html Css Color HEX #9001E8 Dark Violet

📋 copy color: '#9001E8'

red 144 ◦ green 1 ◦ blue 232

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

Shades of Dark Violet #9001E8

Tints of Dark Violet #9001E8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 38.2%
G = 0.27%
B = 61.54%

CMYK

 C value IS 0.38

 M value IS 1.00

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9001E8 (or 0x9001E8) is known color: Dark Violet. HEX triplet: 90, 01 and E8. RGB value is (144,1,232). Sum of RGB (Red+Green+Blue) = 144+1+232=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 232 (91.02% from 255 or 61.54% from 377); Max value from RGB is 232 - color contains mainly: blue. Hex color #9001E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9001E8 is #6FFE17. Grayscale: #454545. Windows color (decimal): -7339544 or 15204752. OLE color: 15204752.

HSL color Cylindrical-coordinate representation of color #9001E8: hue angle of 277.14º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9001E8 is Cyan = 0.38, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 144 1 232 -
CMYK 0.38 1.00 0 0.09
HSL 277.14º 0.99% 0.46% -
HSV(B) 277.14º 1% 0.91% -
XYZ 26.08 11.78 77.24 -
YUV 70.09 219.38 180.72 -
System Red Green Blue C M Y K H S L
Decimal 144 1 232 0.38 1.00 0 0.09 277.14 0.99 0.46
Hex 90 1 E8 26 64 0 9 115 63 2E
Octal 220 1 350 46 144 0 11 425 143 56
Binary 10010000 1 11101000 100110 1100100 0 1001 100010101 1100011 101110

Color Harmonies of #9001E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9001E8

Black with #9001E8

Text Example


Text Example

White with #9001E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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