Html Css Color HEX #871283 Dark Purple

📋 copy color: '#871283'

red 135 ◦ green 18 ◦ blue 131

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

Shades of Dark Purple #871283

Tints of Dark Purple #871283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.34%

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

R = 47.54%
G = 6.34%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#871283 (or 0x871283) is known color: Dark Purple. HEX triplet: 87, 12 and 83. RGB value is (135,18,131). Sum of RGB (Red+Green+Blue) = 135+18+131=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #871283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871283 is #78ED7C. Grayscale: #414141. Windows color (decimal): -7925117 or 8589959. OLE color: 8589959.

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

Color convert

RGB 135 18 131 -
CMYK 0 0.87 0.03 0.47
HSL 302.05º 0.76% 0.3% -
HSV(B) 302.05º 0.87% 0.53% -
XYZ 14.3 7.22 22.11 -
YUV 65.87 164.76 177.31 -
System Red Green Blue C M Y K H S L
Decimal 135 18 131 0 0.87 0.03 0.47 302.05 0.76 0.3
Hex 87 12 83 0 57 3 2F 12E 4C 1E
Octal 207 22 203 0 127 3 57 456 114 36
Binary 10000111 10010 10000011 0 1010111 11 101111 100101110 1001100 11110

Color Harmonies of #871283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871283

Black with #871283

Text Example


Text Example

White with #871283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871283; }

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

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

background-color css

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

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

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

border-color css

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

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

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