Html Css Color HEX #9B16CD Dark Violet

📋 copy color: '#9B16CD'

red 155 ◦ green 22 ◦ blue 205

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

Shades of Dark Violet #9B16CD

Tints of Dark Violet #9B16CD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.76%

 BLUE value IS 205 (80.47% from 255) = 53.66%

R = 40.58%
G = 5.76%
B = 53.66%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B16CD (or 0x9B16CD) is known color: Dark Violet. HEX triplet: 9B, 16 and CD. RGB value is (155,22,205). Sum of RGB (Red+Green+Blue) = 155+22+205=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B16CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B16CD is #64E932. Grayscale: #525252. Windows color (decimal): -6613299 or 13440667. OLE color: 13440667.

HSL color Cylindrical-coordinate representation of color #9B16CD: hue angle of 283.61º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B16CD is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 22 205 -
CMYK 0.24 0.89 0 0.20
HSL 283.61º 0.81% 0.45% -
HSV(B) 283.61º 0.89% 0.8% -
XYZ 24.82 11.95 58.76 -
YUV 82.63 197.06 179.62 -
System Red Green Blue C M Y K H S L
Decimal 155 22 205 0.24 0.89 0 0.20 283.61 0.81 0.45
Hex 9B 16 CD 18 59 0 14 11C 51 2D
Octal 233 26 315 30 131 0 24 434 121 55
Binary 10011011 10110 11001101 11000 1011001 0 10100 100011100 1010001 101101

Color Harmonies of #9B16CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B16CD

Black with #9B16CD

Text Example


Text Example

White with #9B16CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,22,205); }

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

background-color css

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

 a { background-color: rgb(155,22,205); }

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

border-color css

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

 span { border-color: rgb(155,22,205); }

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