Html Css Color HEX #87096F Dark Purple

📋 copy color: '#87096F'

red 135 ◦ green 9 ◦ blue 111

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

Shades of Dark Purple #87096F

Tints of Dark Purple #87096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.53%

 BLUE value IS 111 (43.75% from 255) = 43.53%

R = 52.94%
G = 3.53%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#87096F (or 0x87096F) is known color: Dark Purple. HEX triplet: 87, 09 and 6F. RGB value is (135,9,111). Sum of RGB (Red+Green+Blue) = 135+9+111=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #87096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87096F is #78F690. Grayscale: #3A3A3A. Windows color (decimal): -7927441 or 7276935. OLE color: 7276935.

HSL color Cylindrical-coordinate representation of color #87096F: hue angle of 311.43º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87096F is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 9 111 -
CMYK 0 0.93 0.18 0.47
HSL 311.43º 0.88% 0.28% -
HSV(B) 311.43º 0.93% 0.53% -
XYZ 12.96 6.49 15.61 -
YUV 58.3 157.74 182.71 -
System Red Green Blue C M Y K H S L
Decimal 135 9 111 0 0.93 0.18 0.47 311.43 0.88 0.28
Hex 87 9 6F 0 5D 12 2F 137 58 1C
Octal 207 11 157 0 135 22 57 467 130 34
Binary 10000111 1001 1101111 0 1011101 10010 101111 100110111 1011000 11100

Color Harmonies of #87096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87096F

Black with #87096F

Text Example


Text Example

White with #87096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87096F; }

 p { color: rgb(135,9,111); }

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

background-color css

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

 a { background-color: rgb(135,9,111); }

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

border-color css

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

 span { border-color: rgb(135,9,111); }

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