Html Css Color HEX #872985 Dark Purple

📋 copy color: '#872985'

red 135 ◦ green 41 ◦ blue 133

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

Shades of Dark Purple #872985

Tints of Dark Purple #872985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.27%

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

R = 43.69%
G = 13.27%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#872985 (or 0x872985) is known color: Dark Purple. HEX triplet: 87, 29 and 85. RGB value is (135,41,133). Sum of RGB (Red+Green+Blue) = 135+41+133=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #872985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872985 is #78D67A. Grayscale: #4F4F4F. Windows color (decimal): -7919227 or 8726919. OLE color: 8726919.

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

Color convert

RGB 135 41 133 -
CMYK 0 0.70 0.01 0.47
HSL 301.28º 0.53% 0.35% -
HSV(B) 301.28º 0.7% 0.53% -
XYZ 15.02 8.43 23.03 -
YUV 79.59 158.14 167.52 -
System Red Green Blue C M Y K H S L
Decimal 135 41 133 0 0.70 0.01 0.47 301.28 0.53 0.35
Hex 87 29 85 0 46 1 2F 12D 35 23
Octal 207 51 205 0 106 1 57 455 65 43
Binary 10000111 101001 10000101 0 1000110 1 101111 100101101 110101 100011

Color Harmonies of #872985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872985

Black with #872985

Text Example


Text Example

White with #872985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872985; }

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

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

background-color css

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

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

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

border-color css

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

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

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