Html Css Color HEX #871964 Dark Purple

📋 copy color: '#871964'

red 135 ◦ green 25 ◦ blue 100

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

Shades of Dark Purple #871964

Tints of Dark Purple #871964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.46%

R = 51.92%
G = 9.62%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#871964 (or 0x871964) is known color: Dark Purple. HEX triplet: 87, 19 and 64. RGB value is (135,25,100). Sum of RGB (Red+Green+Blue) = 135+25+100=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #871964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871964 is #78E69B. Grayscale: #424242. Windows color (decimal): -7923356 or 6560135. OLE color: 6560135.

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

Color convert

RGB 135 25 100 -
CMYK 0 0.81 0.26 0.47
HSL 319.09º 0.69% 0.31% -
HSV(B) 319.09º 0.81% 0.53% -
XYZ 12.64 6.77 12.7 -
YUV 66.44 146.94 176.9 -
System Red Green Blue C M Y K H S L
Decimal 135 25 100 0 0.81 0.26 0.47 319.09 0.69 0.31
Hex 87 19 64 0 51 1A 2F 13F 45 1F
Octal 207 31 144 0 121 32 57 477 105 37
Binary 10000111 11001 1100100 0 1010001 11010 101111 100111111 1000101 11111

Color Harmonies of #871964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871964

Black with #871964

Text Example


Text Example

White with #871964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871964; }

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

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

background-color css

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

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

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

border-color css

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

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

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