Html Css Color HEX #872385 Dark Purple

📋 copy color: '#872385'

red 135 ◦ green 35 ◦ blue 133

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

Shades of Dark Purple #872385

Tints of Dark Purple #872385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.55%

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

R = 44.55%
G = 11.55%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#872385 (or 0x872385) is known color: Dark Purple. HEX triplet: 87, 23 and 85. RGB value is (135,35,133). Sum of RGB (Red+Green+Blue) = 135+35+133=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #872385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872385 is #78DC7A. Grayscale: #4B4B4B. Windows color (decimal): -7920763 or 8725383. OLE color: 8725383.

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

Color convert

RGB 135 35 133 -
CMYK 0 0.74 0.01 0.47
HSL 301.2º 0.59% 0.33% -
HSV(B) 301.2º 0.74% 0.53% -
XYZ 14.83 8.05 22.96 -
YUV 76.07 160.13 170.03 -
System Red Green Blue C M Y K H S L
Decimal 135 35 133 0 0.74 0.01 0.47 301.2 0.59 0.33
Hex 87 23 85 0 4A 1 2F 12D 3B 21
Octal 207 43 205 0 112 1 57 455 73 41
Binary 10000111 100011 10000101 0 1001010 1 101111 100101101 111011 100001

Color Harmonies of #872385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872385

Black with #872385

Text Example


Text Example

White with #872385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872385; }

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

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

background-color css

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

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

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

border-color css

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

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

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