Html Css Color HEX #9C16BE Dark Violet

📋 copy color: '#9C16BE'

red 156 ◦ green 22 ◦ blue 190

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

Shades of Dark Violet #9C16BE

Tints of Dark Violet #9C16BE

RGB

 RED value IS 156 (61.33% from 255) = 42.39%

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

 BLUE value IS 190 (74.61% from 255) = 51.63%

R = 42.39%
G = 5.98%
B = 51.63%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C16BE (or 0x9C16BE) is known color: Dark Violet. HEX triplet: 9C, 16 and BE. RGB value is (156,22,190). Sum of RGB (Red+Green+Blue) = 156+22+190=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C16BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C16BE is #63E941. Grayscale: #505050. Windows color (decimal): -6547778 or 12457628. OLE color: 12457628.

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

Color convert

RGB 156 22 190 -
CMYK 0.18 0.88 0 0.25
HSL 287.86º 0.79% 0.42% -
HSV(B) 287.86º 0.88% 0.75% -
XYZ 23.29 11.36 49.68 -
YUV 81.22 189.39 181.34 -
System Red Green Blue C M Y K H S L
Decimal 156 22 190 0.18 0.88 0 0.25 287.86 0.79 0.42
Hex 9C 16 BE 12 58 0 19 120 4F 2A
Octal 234 26 276 22 130 0 31 440 117 52
Binary 10011100 10110 10111110 10010 1011000 0 11001 100100000 1001111 101010

Color Harmonies of #9C16BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C16BE

Black with #9C16BE

Text Example


Text Example

White with #9C16BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,22,190); }

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

background-color css

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

 a { background-color: rgb(156,22,190); }

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

border-color css

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

 span { border-color: rgb(156,22,190); }

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