Html Css Color HEX #871963 Dark Purple

📋 copy color: '#871963'

red 135 ◦ green 25 ◦ blue 99

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

Shades of Dark Purple #871963

Tints of Dark Purple #871963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.22%

R = 52.12%
G = 9.65%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#871963 (or 0x871963) is known color: Dark Purple. HEX triplet: 87, 19 and 63. RGB value is (135,25,99). Sum of RGB (Red+Green+Blue) = 135+25+99=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #871963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871963 is #78E69C. Grayscale: #424242. Windows color (decimal): -7923357 or 6494599. OLE color: 6494599.

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

Color convert

RGB 135 25 99 -
CMYK 0 0.81 0.27 0.47
HSL 319.64º 0.69% 0.31% -
HSV(B) 319.64º 0.81% 0.53% -
XYZ 12.59 6.75 12.44 -
YUV 66.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 135 25 99 0 0.81 0.27 0.47 319.64 0.69 0.31
Hex 87 19 63 0 51 1B 2F 140 45 1F
Octal 207 31 143 0 121 33 57 500 105 37
Binary 10000111 11001 1100011 0 1010001 11011 101111 101000000 1000101 11111

Color Harmonies of #871963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871963

Black with #871963

Text Example


Text Example

White with #871963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871963; }

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

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

background-color css

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

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

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

border-color css

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

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

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