Html Css Color HEX #9B11CE Dark Violet

📋 copy color: '#9B11CE'

red 155 ◦ green 17 ◦ blue 206

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

Shades of Dark Violet #9B11CE

Tints of Dark Violet #9B11CE

RGB

 RED value IS 155 (60.94% from 255) = 41.01%

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

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

R = 41.01%
G = 4.5%
B = 54.5%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B11CE (or 0x9B11CE) is known color: Dark Violet. HEX triplet: 9B, 11 and CE. RGB value is (155,17,206). Sum of RGB (Red+Green+Blue) = 155+17+206=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B11CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B11CE is #64EE31. Grayscale: #4F4F4F. Windows color (decimal): -6614578 or 13504923. OLE color: 13504923.

HSL color Cylindrical-coordinate representation of color #9B11CE: hue angle of 283.81º 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 #9B11CE is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 17 206 -
CMYK 0.25 0.92 0 0.19
HSL 283.81º 0.85% 0.44% -
HSV(B) 283.81º 0.92% 0.81% -
XYZ 24.86 11.83 59.36 -
YUV 79.81 199.22 181.63 -
System Red Green Blue C M Y K H S L
Decimal 155 17 206 0.25 0.92 0 0.19 283.81 0.85 0.44
Hex 9B 11 CE 19 5C 0 13 11C 55 2C
Octal 233 21 316 31 134 0 23 434 125 54
Binary 10011011 10001 11001110 11001 1011100 0 10011 100011100 1010101 101100

Color Harmonies of #9B11CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B11CE

Black with #9B11CE

Text Example


Text Example

White with #9B11CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B11CE; }

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

 H1.HeaderClassName
 {
   color: #9B11CE;
 }
 .AnyTagClassName
 {
   color: #9B11CE;
 }
</style>

background-color css

<style>
 a { background-color: #9B11CE; }

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

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

border-color css

<style>
 span { border-color: #9B11CE; }

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

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