Html Css Color HEX #9C1083 Dark Purple

📋 copy color: '#9C1083'

red 156 ◦ green 16 ◦ blue 131

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

Shades of Dark Purple #9C1083

Tints of Dark Purple #9C1083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.28%

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

R = 51.49%
G = 5.28%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9C1083 (or 0x9C1083) is known color: Dark Purple. HEX triplet: 9C, 10 and 83. RGB value is (156,16,131). Sum of RGB (Red+Green+Blue) = 156+16+131=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1083 is #63EF7C. Grayscale: #464646. Windows color (decimal): -6549373 or 8589468. OLE color: 8589468.

HSL color Cylindrical-coordinate representation of color #9C1083: hue angle of 310.71º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C1083 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 16 131 -
CMYK 0 0.90 0.16 0.39
HSL 310.71º 0.81% 0.34% -
HSV(B) 310.71º 0.9% 0.61% -
XYZ 17.99 9.08 22.28 -
YUV 70.97 161.88 188.65 -
System Red Green Blue C M Y K H S L
Decimal 156 16 131 0 0.90 0.16 0.39 310.71 0.81 0.34
Hex 9C 10 83 0 5A 10 27 137 51 22
Octal 234 20 203 0 132 20 47 467 121 42
Binary 10011100 10000 10000011 0 1011010 10000 100111 100110111 1010001 100010

Color Harmonies of #9C1083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1083

Black with #9C1083

Text Example


Text Example

White with #9C1083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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