Html Css Color HEX #871983 Dark Purple

📋 copy color: '#871983'

red 135 ◦ green 25 ◦ blue 131

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

Shades of Dark Purple #871983

Tints of Dark Purple #871983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.59%

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

R = 46.39%
G = 8.59%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#871983 (or 0x871983) is known color: Dark Purple. HEX triplet: 87, 19 and 83. RGB value is (135,25,131). Sum of RGB (Red+Green+Blue) = 135+25+131=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #871983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871983 is #78E67C. Grayscale: #454545. Windows color (decimal): -7923325 or 8591751. OLE color: 8591751.

HSL color Cylindrical-coordinate representation of color #871983: hue angle of 302.18º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871983 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 25 131 -
CMYK 0 0.81 0.03 0.47
HSL 302.18º 0.69% 0.31% -
HSV(B) 302.18º 0.81% 0.53% -
XYZ 14.44 7.48 22.16 -
YUV 69.97 162.44 174.38 -
System Red Green Blue C M Y K H S L
Decimal 135 25 131 0 0.81 0.03 0.47 302.18 0.69 0.31
Hex 87 19 83 0 51 3 2F 12E 45 1F
Octal 207 31 203 0 121 3 57 456 105 37
Binary 10000111 11001 10000011 0 1010001 11 101111 100101110 1000101 11111

Color Harmonies of #871983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871983

Black with #871983

Text Example


Text Example

White with #871983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871983; }

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

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

background-color css

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

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

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

border-color css

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

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

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