Html Css Color HEX #870961 Eggplant

📋 copy color: '#870961'

red 135 ◦ green 9 ◦ blue 97

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

Shades of Eggplant #870961

Tints of Eggplant #870961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.25%

R = 56.02%
G = 3.73%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#870961 (or 0x870961) is known color: Eggplant. HEX triplet: 87, 09 and 61. RGB value is (135,9,97). Sum of RGB (Red+Green+Blue) = 135+9+97=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #870961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870961 is #78F69E. Grayscale: #383838. Windows color (decimal): -7927455 or 6359431. OLE color: 6359431.

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

Color convert

RGB 135 9 97 -
CMYK 0 0.93 0.28 0.47
HSL 318.1º 0.88% 0.28% -
HSV(B) 318.1º 0.93% 0.53% -
XYZ 12.25 6.21 11.86 -
YUV 56.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 135 9 97 0 0.93 0.28 0.47 318.1 0.88 0.28
Hex 87 9 61 0 5D 1C 2F 13E 58 1C
Octal 207 11 141 0 135 34 57 476 130 34
Binary 10000111 1001 1100001 0 1011101 11100 101111 100111110 1011000 11100

Color Harmonies of #870961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870961

Black with #870961

Text Example


Text Example

White with #870961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870961; }

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

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

background-color css

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

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

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

border-color css

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

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

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