Html Css Color HEX #871383 Dark Purple

📋 copy color: '#871383'

red 135 ◦ green 19 ◦ blue 131

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

Shades of Dark Purple #871383

Tints of Dark Purple #871383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

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

R = 47.37%
G = 6.67%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#871383 (or 0x871383) is known color: Dark Purple. HEX triplet: 87, 13 and 83. RGB value is (135,19,131). Sum of RGB (Red+Green+Blue) = 135+19+131=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #871383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871383 is #78EC7C. Grayscale: #424242. Windows color (decimal): -7924861 or 8590215. OLE color: 8590215.

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

Color convert

RGB 135 19 131 -
CMYK 0 0.86 0.03 0.47
HSL 302.07º 0.75% 0.3% -
HSV(B) 302.07º 0.86% 0.53% -
XYZ 14.32 7.26 22.12 -
YUV 66.45 164.43 176.89 -
System Red Green Blue C M Y K H S L
Decimal 135 19 131 0 0.86 0.03 0.47 302.07 0.75 0.3
Hex 87 13 83 0 56 3 2F 12E 4B 1E
Octal 207 23 203 0 126 3 57 456 113 36
Binary 10000111 10011 10000011 0 1010110 11 101111 100101110 1001011 11110

Color Harmonies of #871383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871383

Black with #871383

Text Example


Text Example

White with #871383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871383; }

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

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

background-color css

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

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

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

border-color css

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

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

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