Html Css Color HEX #9C2B85 Dark Purple

📋 copy color: '#9C2B85'

red 156 ◦ green 43 ◦ blue 133

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

Shades of Dark Purple #9C2B85

Tints of Dark Purple #9C2B85

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.95%

 BLUE value IS 133 (52.34% from 255) = 40.06%

R = 46.99%
G = 12.95%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9C2B85 (or 0x9C2B85) is known color: Dark Purple. HEX triplet: 9C, 2B and 85. RGB value is (156,43,133). Sum of RGB (Red+Green+Blue) = 156+43+133=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2B85 is #63D47A. Grayscale: #565656. Windows color (decimal): -6542459 or 8727452. OLE color: 8727452.

HSL color Cylindrical-coordinate representation of color #9C2B85: hue angle of 312.21º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C2B85 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 43 133 -
CMYK 0 0.72 0.15 0.39
HSL 312.21º 0.57% 0.39% -
HSV(B) 312.21º 0.72% 0.61% -
XYZ 18.81 10.49 23.22 -
YUV 87.05 153.94 177.18 -
System Red Green Blue C M Y K H S L
Decimal 156 43 133 0 0.72 0.15 0.39 312.21 0.57 0.39
Hex 9C 2B 85 0 48 F 27 138 39 27
Octal 234 53 205 0 110 17 47 470 71 47
Binary 10011100 101011 10000101 0 1001000 1111 100111 100111000 111001 100111

Color Harmonies of #9C2B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2B85

Black with #9C2B85

Text Example


Text Example

White with #9C2B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,43,133); }

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

background-color css

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

 a { background-color: rgb(156,43,133); }

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

border-color css

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

 span { border-color: rgb(156,43,133); }

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