Html Css Color HEX #9C16CD Dark Violet

📋 copy color: '#9C16CD'

red 156 ◦ green 22 ◦ blue 205

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

Shades of Dark Violet #9C16CD

Tints of Dark Violet #9C16CD

RGB

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

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

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

R = 40.73%
G = 5.74%
B = 53.52%

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

#9C16CD (or 0x9C16CD) is known color: Dark Violet. HEX triplet: 9C, 16 and CD. RGB value is (156,22,205). Sum of RGB (Red+Green+Blue) = 156+22+205=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C16CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C16CD is #63E932. Grayscale: #525252. Windows color (decimal): -6547763 or 13440668. OLE color: 13440668.

HSL color Cylindrical-coordinate representation of color #9C16CD: hue angle of 283.93º 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 #9C16CD is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 22 205 -
CMYK 0.24 0.89 0 0.20
HSL 283.93º 0.81% 0.45% -
HSV(B) 283.93º 0.89% 0.8% -
XYZ 25.02 12.05 58.76 -
YUV 82.93 196.89 180.12 -
System Red Green Blue C M Y K H S L
Decimal 156 22 205 0.24 0.89 0 0.20 283.93 0.81 0.45
Hex 9C 16 CD 18 59 0 14 11C 51 2D
Octal 234 26 315 30 131 0 24 434 121 55
Binary 10011100 10110 11001101 11000 1011001 0 10100 100011100 1010001 101101

Color Harmonies of #9C16CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C16CD

Black with #9C16CD

Text Example


Text Example

White with #9C16CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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