Html Css Color HEX #970865 Eggplant

📋 copy color: '#970865'

red 151 ◦ green 8 ◦ blue 101

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

Shades of Eggplant #970865

Tints of Eggplant #970865

RGB

 RED value IS 151 (59.38% from 255) = 58.08%

 GREEN value IS 8 (3.52% from 255) = 3.08%

 BLUE value IS 101 (39.84% from 255) = 38.85%

R = 58.08%
G = 3.08%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#970865 (or 0x970865) is known color: Eggplant. HEX triplet: 97, 08 and 65. RGB value is (151,8,101). Sum of RGB (Red+Green+Blue) = 151+8+101=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #970865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970865 is #68F79A. Grayscale: #3D3D3D. Windows color (decimal): -6879131 or 6621335. OLE color: 6621335.

HSL color Cylindrical-coordinate representation of color #970865: hue angle of 320.98º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970865 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 8 101 -
CMYK 0 0.95 0.33 0.41
HSL 320.98º 0.9% 0.31% -
HSV(B) 320.98º 0.95% 0.59% -
XYZ 15.2 7.69 13 -
YUV 61.36 150.38 191.94 -
System Red Green Blue C M Y K H S L
Decimal 151 8 101 0 0.95 0.33 0.41 320.98 0.9 0.31
Hex 97 8 65 0 5F 21 29 141 5A 1F
Octal 227 10 145 0 137 41 51 501 132 37
Binary 10010111 1000 1100101 0 1011111 100001 101001 101000001 1011010 11111

Color Harmonies of #970865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970865

Black with #970865

Text Example


Text Example

White with #970865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970865; }

 p { color: rgb(151,8,101); }

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

background-color css

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

 a { background-color: rgb(151,8,101); }

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

border-color css

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

 span { border-color: rgb(151,8,101); }

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