Html Css Color HEX #9B16C1 Dark Violet

📋 copy color: '#9B16C1'

red 155 ◦ green 22 ◦ blue 193

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

Shades of Dark Violet #9B16C1

Tints of Dark Violet #9B16C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.16%

R = 41.89%
G = 5.95%
B = 52.16%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9B16C1 (or 0x9B16C1) is known color: Dark Violet. HEX triplet: 9B, 16 and C1. RGB value is (155,22,193). Sum of RGB (Red+Green+Blue) = 155+22+193=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #9B16C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B16C1 is #64E93E. Grayscale: #505050. Windows color (decimal): -6613311 or 12654235. OLE color: 12654235.

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

Color convert

RGB 155 22 193 -
CMYK 0.20 0.89 0 0.24
HSL 286.67º 0.8% 0.42% -
HSV(B) 286.67º 0.89% 0.76% -
XYZ 23.43 11.39 51.42 -
YUV 81.26 191.06 180.6 -
System Red Green Blue C M Y K H S L
Decimal 155 22 193 0.20 0.89 0 0.24 286.67 0.8 0.42
Hex 9B 16 C1 14 59 0 18 11F 50 2A
Octal 233 26 301 24 131 0 30 437 120 52
Binary 10011011 10110 11000001 10100 1011001 0 11000 100011111 1010000 101010

Color Harmonies of #9B16C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B16C1

Black with #9B16C1

Text Example


Text Example

White with #9B16C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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