Html Css Color HEX #87097A Purple

📋 copy color: '#87097A'

red 135 ◦ green 9 ◦ blue 122

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

Shades of Purple #87097A

Tints of Purple #87097A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 45.86%

R = 50.75%
G = 3.38%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#87097A (or 0x87097A) is known color: Purple. HEX triplet: 87, 09 and 7A. RGB value is (135,9,122). Sum of RGB (Red+Green+Blue) = 135+9+122=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #87097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87097A is #78F685. Grayscale: #3B3B3B. Windows color (decimal): -7927430 or 7997831. OLE color: 7997831.

HSL color Cylindrical-coordinate representation of color #87097A: hue angle of 306.19º 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 #87097A is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 9 122 -
CMYK 0 0.93 0.10 0.47
HSL 306.19º 0.88% 0.28% -
HSV(B) 306.19º 0.93% 0.53% -
XYZ 13.6 6.75 19 -
YUV 59.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 135 9 122 0 0.93 0.10 0.47 306.19 0.88 0.28
Hex 87 9 7A 0 5D A 2F 132 58 1C
Octal 207 11 172 0 135 12 57 462 130 34
Binary 10000111 1001 1111010 0 1011101 1010 101111 100110010 1011000 11100

Color Harmonies of #87097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87097A

Black with #87097A

Text Example


Text Example

White with #87097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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