Html Css Color HEX #9C1582 Dark Purple

📋 copy color: '#9C1582'

red 156 ◦ green 21 ◦ blue 130

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

Shades of Dark Purple #9C1582

Tints of Dark Purple #9C1582

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.84%

 BLUE value IS 130 (51.17% from 255) = 42.35%

R = 50.81%
G = 6.84%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9C1582 (or 0x9C1582) is known color: Dark Purple. HEX triplet: 9C, 15 and 82. RGB value is (156,21,130). Sum of RGB (Red+Green+Blue) = 156+21+130=307 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.81% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1582 is #63EA7D. Grayscale: #494949. Windows color (decimal): -6548094 or 8525212. OLE color: 8525212.

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

Color convert

RGB 156 21 130 -
CMYK 0 0.87 0.17 0.39
HSL 311.56º 0.76% 0.35% -
HSV(B) 311.56º 0.87% 0.61% -
XYZ 18.01 9.22 21.95 -
YUV 73.79 159.73 186.64 -
System Red Green Blue C M Y K H S L
Decimal 156 21 130 0 0.87 0.17 0.39 311.56 0.76 0.35
Hex 9C 15 82 0 57 11 27 138 4C 23
Octal 234 25 202 0 127 21 47 470 114 43
Binary 10011100 10101 10000010 0 1010111 10001 100111 100111000 1001100 100011

Color Harmonies of #9C1582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1582

Black with #9C1582

Text Example


Text Example

White with #9C1582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,21,130); }

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

background-color css

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

 a { background-color: rgb(156,21,130); }

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

border-color css

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

 span { border-color: rgb(156,21,130); }

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