Html Css Color HEX #9C1683 Dark Purple

📋 copy color: '#9C1683'

red 156 ◦ green 22 ◦ blue 131

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

Shades of Dark Purple #9C1683

Tints of Dark Purple #9C1683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.39%

R = 50.49%
G = 7.12%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9C1683 (or 0x9C1683) is known color: Dark Purple. HEX triplet: 9C, 16 and 83. RGB value is (156,22,131). Sum of RGB (Red+Green+Blue) = 156+22+131=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1683 is #63E97C. Grayscale: #4A4A4A. Windows color (decimal): -6547837 or 8591004. OLE color: 8591004.

HSL color Cylindrical-coordinate representation of color #9C1683: hue angle of 311.19º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C1683 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 22 131 -
CMYK 0 0.86 0.16 0.39
HSL 311.19º 0.75% 0.35% -
HSV(B) 311.19º 0.86% 0.61% -
XYZ 18.09 9.28 22.31 -
YUV 74.49 159.89 186.14 -
System Red Green Blue C M Y K H S L
Decimal 156 22 131 0 0.86 0.16 0.39 311.19 0.75 0.35
Hex 9C 16 83 0 56 10 27 137 4B 23
Octal 234 26 203 0 126 20 47 467 113 43
Binary 10011100 10110 10000011 0 1010110 10000 100111 100110111 1001011 100011

Color Harmonies of #9C1683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1683

Black with #9C1683

Text Example


Text Example

White with #9C1683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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