Html Css Color HEX #9B16BC Dark Violet

📋 copy color: '#9B16BC'

red 155 ◦ green 22 ◦ blue 188

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

Shades of Dark Violet #9B16BC

Tints of Dark Violet #9B16BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.51%

R = 42.47%
G = 6.03%
B = 51.51%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B16BC (or 0x9B16BC) is known color: Dark Violet. HEX triplet: 9B, 16 and BC. RGB value is (155,22,188). Sum of RGB (Red+Green+Blue) = 155+22+188=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B16BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B16BC is #64E943. Grayscale: #505050. Windows color (decimal): -6613316 or 12326555. OLE color: 12326555.

HSL color Cylindrical-coordinate representation of color #9B16BC: hue angle of 288.07º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B16BC is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 22 188 -
CMYK 0.18 0.88 0 0.26
HSL 288.07º 0.79% 0.41% -
HSV(B) 288.07º 0.88% 0.74% -
XYZ 22.88 11.17 48.53 -
YUV 80.69 188.56 181 -
System Red Green Blue C M Y K H S L
Decimal 155 22 188 0.18 0.88 0 0.26 288.07 0.79 0.41
Hex 9B 16 BC 12 58 0 1A 120 4F 29
Octal 233 26 274 22 130 0 32 440 117 51
Binary 10011011 10110 10111100 10010 1011000 0 11010 100100000 1001111 101001

Color Harmonies of #9B16BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B16BC

Black with #9B16BC

Text Example


Text Example

White with #9B16BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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