Html Css Color HEX #872C85 Dark Purple

📋 copy color: '#872C85'

red 135 ◦ green 44 ◦ blue 133

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

Shades of Dark Purple #872C85

Tints of Dark Purple #872C85

RGB

 RED value IS 135 (53.13% from 255) = 43.27%

 GREEN value IS 44 (17.58% from 255) = 14.1%

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

R = 43.27%
G = 14.1%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#872C85 (or 0x872C85) is known color: Dark Purple. HEX triplet: 87, 2C and 85. RGB value is (135,44,133). Sum of RGB (Red+Green+Blue) = 135+44+133=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #872C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872C85 is #78D37A. Grayscale: #515151. Windows color (decimal): -7918459 or 8727687. OLE color: 8727687.

HSL color Cylindrical-coordinate representation of color #872C85: hue angle of 301.32º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #872C85 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 44 133 -
CMYK 0 0.67 0.01 0.47
HSL 301.32º 0.51% 0.35% -
HSV(B) 301.32º 0.67% 0.53% -
XYZ 15.13 8.65 23.06 -
YUV 81.36 157.15 166.26 -
System Red Green Blue C M Y K H S L
Decimal 135 44 133 0 0.67 0.01 0.47 301.32 0.51 0.35
Hex 87 2C 85 0 43 1 2F 12D 33 23
Octal 207 54 205 0 103 1 57 455 63 43
Binary 10000111 101100 10000101 0 1000011 1 101111 100101101 110011 100011

Color Harmonies of #872C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872C85

Black with #872C85

Text Example


Text Example

White with #872C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872C85; }

 p { color: rgb(135,44,133); }

 H1.HeaderClassName
 {
   color: #872C85;
 }
 .AnyTagClassName
 {
   color: #872C85;
 }
</style>

background-color css

<style>
 a { background-color: #872C85; }

 a { background-color: rgb(135,44,133); }

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

border-color css

<style>
 span { border-color: #872C85; }

 span { border-color: rgb(135,44,133); }

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