Html Css Color HEX #872983 Dark Purple

📋 copy color: '#872983'

red 135 ◦ green 41 ◦ blue 131

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

Shades of Dark Purple #872983

Tints of Dark Purple #872983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.67%

R = 43.97%
G = 13.36%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#872983 (or 0x872983) is known color: Dark Purple. HEX triplet: 87, 29 and 83. RGB value is (135,41,131). Sum of RGB (Red+Green+Blue) = 135+41+131=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #872983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872983 is #78D67C. Grayscale: #4F4F4F. Windows color (decimal): -7919229 or 8595847. OLE color: 8595847.

HSL color Cylindrical-coordinate representation of color #872983: hue angle of 302.55º 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 #872983 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 41 131 -
CMYK 0 0.70 0.03 0.47
HSL 302.55º 0.53% 0.35% -
HSV(B) 302.55º 0.7% 0.53% -
XYZ 14.88 8.38 22.31 -
YUV 79.37 157.14 167.68 -
System Red Green Blue C M Y K H S L
Decimal 135 41 131 0 0.70 0.03 0.47 302.55 0.53 0.35
Hex 87 29 83 0 46 3 2F 12F 35 23
Octal 207 51 203 0 106 3 57 457 65 43
Binary 10000111 101001 10000011 0 1000110 11 101111 100101111 110101 100011

Color Harmonies of #872983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872983

Black with #872983

Text Example


Text Example

White with #872983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872983; }

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

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

background-color css

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

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

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

border-color css

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

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

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