Html Css Color HEX #9019CE Dark Violet

📋 copy color: '#9019CE'

red 144 ◦ green 25 ◦ blue 206

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

Shades of Dark Violet #9019CE

Tints of Dark Violet #9019CE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.67%

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 38.4%
G = 6.67%
B = 54.93%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9019CE (or 0x9019CE) is known color: Dark Violet. HEX triplet: 90, 19 and CE. RGB value is (144,25,206). Sum of RGB (Red+Green+Blue) = 144+25+206=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #9019CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9019CE is #6FE631. Grayscale: #505050. Windows color (decimal): -7333426 or 13506960. OLE color: 13506960.

HSL color Cylindrical-coordinate representation of color #9019CE: hue angle of 279.45º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9019CE is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 25 206 -
CMYK 0.30 0.88 0 0.19
HSL 279.45º 0.78% 0.45% -
HSV(B) 279.45º 0.88% 0.81% -
XYZ 22.99 11.08 59.32 -
YUV 81.22 198.42 172.78 -
System Red Green Blue C M Y K H S L
Decimal 144 25 206 0.30 0.88 0 0.19 279.45 0.78 0.45
Hex 90 19 CE 1E 58 0 13 117 4E 2D
Octal 220 31 316 36 130 0 23 427 116 55
Binary 10010000 11001 11001110 11110 1011000 0 10011 100010111 1001110 101101

Color Harmonies of #9019CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9019CE

Black with #9019CE

Text Example


Text Example

White with #9019CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9019CE; }

 p { color: rgb(144,25,206); }

 H1.HeaderClassName
 {
   color: #9019CE;
 }
 .AnyTagClassName
 {
   color: #9019CE;
 }
</style>

background-color css

<style>
 a { background-color: #9019CE; }

 a { background-color: rgb(144,25,206); }

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

border-color css

<style>
 span { border-color: #9019CE; }

 span { border-color: rgb(144,25,206); }

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