Html Css Color HEX #9C1482 Dark Purple

📋 copy color: '#9C1482'

red 156 ◦ green 20 ◦ blue 130

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

Shades of Dark Purple #9C1482

Tints of Dark Purple #9C1482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.54%

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

R = 50.98%
G = 6.54%
B = 42.48%

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

#9C1482 (or 0x9C1482) is known color: Dark Purple. HEX triplet: 9C, 14 and 82. RGB value is (156,20,130). Sum of RGB (Red+Green+Blue) = 156+20+130=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1482 is #63EB7D. Grayscale: #484848. Windows color (decimal): -6548350 or 8524956. OLE color: 8524956.

HSL color Cylindrical-coordinate representation of color #9C1482: hue angle of 311.47º degrees, saturation: 0.77, 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 #9C1482 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 20 130 -
CMYK 0 0.87 0.17 0.39
HSL 311.47º 0.77% 0.35% -
HSV(B) 311.47º 0.87% 0.61% -
XYZ 17.99 9.18 21.94 -
YUV 73.2 160.06 187.06 -
System Red Green Blue C M Y K H S L
Decimal 156 20 130 0 0.87 0.17 0.39 311.47 0.77 0.35
Hex 9C 14 82 0 57 11 27 137 4D 23
Octal 234 24 202 0 127 21 47 467 115 43
Binary 10011100 10100 10000010 0 1010111 10001 100111 100110111 1001101 100011

Color Harmonies of #9C1482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1482

Black with #9C1482

Text Example


Text Example

White with #9C1482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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