Html Css Color HEX #9119CE Dark Violet

📋 copy color: '#9119CE'

red 145 ◦ green 25 ◦ blue 206

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

Shades of Dark Violet #9119CE

Tints of Dark Violet #9119CE

RGB

 RED value IS 145 (57.03% from 255) = 38.56%

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

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

R = 38.56%
G = 6.65%
B = 54.79%

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

#9119CE (or 0x9119CE) is known color: Dark Violet. HEX triplet: 91, 19 and CE. RGB value is (145,25,206). Sum of RGB (Red+Green+Blue) = 145+25+206=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #9119CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9119CE is #6EE631. Grayscale: #505050. Windows color (decimal): -7267890 or 13506961. OLE color: 13506961.

HSL color Cylindrical-coordinate representation of color #9119CE: hue angle of 279.78º 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 #9119CE is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 25 206 -
CMYK 0.30 0.88 0 0.19
HSL 279.78º 0.78% 0.45% -
HSV(B) 279.78º 0.88% 0.81% -
XYZ 23.17 11.17 59.33 -
YUV 81.51 198.26 173.28 -
System Red Green Blue C M Y K H S L
Decimal 145 25 206 0.30 0.88 0 0.19 279.78 0.78 0.45
Hex 91 19 CE 1E 58 0 13 118 4E 2D
Octal 221 31 316 36 130 0 23 430 116 55
Binary 10010001 11001 11001110 11110 1011000 0 10011 100011000 1001110 101101

Color Harmonies of #9119CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9119CE

Black with #9119CE

Text Example


Text Example

White with #9119CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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