Html Css Color HEX #9911CE Dark Violet

📋 copy color: '#9911CE'

red 153 ◦ green 17 ◦ blue 206

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

Shades of Dark Violet #9911CE

Tints of Dark Violet #9911CE

RGB

 RED value IS 153 (60.16% from 255) = 40.69%

 GREEN value IS 17 (7.03% from 255) = 4.52%

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

R = 40.69%
G = 4.52%
B = 54.79%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9911CE (or 0x9911CE) is known color: Dark Violet. HEX triplet: 99, 11 and CE. RGB value is (153,17,206). Sum of RGB (Red+Green+Blue) = 153+17+206=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 17 (7.03% from 255 or 4.52% 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 #9911CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9911CE is #66EE31. Grayscale: #4E4E4E. Windows color (decimal): -6745650 or 13504921. OLE color: 13504921.

HSL color Cylindrical-coordinate representation of color #9911CE: hue angle of 283.17º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9911CE is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 17 206 -
CMYK 0.26 0.92 0 0.19
HSL 283.17º 0.85% 0.44% -
HSV(B) 283.17º 0.92% 0.81% -
XYZ 24.48 11.63 59.35 -
YUV 79.21 199.56 180.63 -
System Red Green Blue C M Y K H S L
Decimal 153 17 206 0.26 0.92 0 0.19 283.17 0.85 0.44
Hex 99 11 CE 1A 5C 0 13 11B 55 2C
Octal 231 21 316 32 134 0 23 433 125 54
Binary 10011001 10001 11001110 11010 1011100 0 10011 100011011 1010101 101100

Color Harmonies of #9911CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9911CE

Black with #9911CE

Text Example


Text Example

White with #9911CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,17,206); }

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

background-color css

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

 a { background-color: rgb(153,17,206); }

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

border-color css

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

 span { border-color: rgb(153,17,206); }

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