Html Css Color HEX #9C2588 Dark Purple

📋 copy color: '#9C2588'

red 156 ◦ green 37 ◦ blue 136

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

Shades of Dark Purple #9C2588

Tints of Dark Purple #9C2588

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.25%

 BLUE value IS 136 (53.52% from 255) = 41.34%

R = 47.42%
G = 11.25%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9C2588 (or 0x9C2588) is known color: Dark Purple. HEX triplet: 9C, 25 and 88. RGB value is (156,37,136). Sum of RGB (Red+Green+Blue) = 156+37+136=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2588 is #63DA77. Grayscale: #535353. Windows color (decimal): -6543992 or 8922524. OLE color: 8922524.

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

Color convert

RGB 156 37 136 -
CMYK 0 0.76 0.13 0.39
HSL 310.08º 0.62% 0.38% -
HSV(B) 310.08º 0.76% 0.61% -
XYZ 18.82 10.17 24.26 -
YUV 83.87 157.42 179.45 -
System Red Green Blue C M Y K H S L
Decimal 156 37 136 0 0.76 0.13 0.39 310.08 0.62 0.38
Hex 9C 25 88 0 4C D 27 136 3E 26
Octal 234 45 210 0 114 15 47 466 76 46
Binary 10011100 100101 10001000 0 1001100 1101 100111 100110110 111110 100110

Color Harmonies of #9C2588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2588

Black with #9C2588

Text Example


Text Example

White with #9C2588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,37,136); }

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

background-color css

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

 a { background-color: rgb(156,37,136); }

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

border-color css

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

 span { border-color: rgb(156,37,136); }

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