Html Css Color HEX #970166 Eggplant

📋 copy color: '#970166'

red 151 ◦ green 1 ◦ blue 102

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

Shades of Eggplant #970166

Tints of Eggplant #970166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 102 (40.23% from 255) = 40.16%

R = 59.45%
G = 0.39%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#970166 (or 0x970166) is known color: Eggplant. HEX triplet: 97, 01 and 66. RGB value is (151,1,102). Sum of RGB (Red+Green+Blue) = 151+1+102=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #970166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970166 is #68FE99. Grayscale: #393939. Windows color (decimal): -6880922 or 6685079. OLE color: 6685079.

HSL color Cylindrical-coordinate representation of color #970166: hue angle of 319.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970166 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 1 102 -
CMYK 0 0.99 0.32 0.41
HSL 319.6º 0.99% 0.3% -
HSV(B) 319.6º 0.99% 0.59% -
XYZ 15.17 7.56 13.23 -
YUV 57.36 153.2 194.79 -
System Red Green Blue C M Y K H S L
Decimal 151 1 102 0 0.99 0.32 0.41 319.6 0.99 0.3
Hex 97 1 66 0 63 20 29 140 63 1E
Octal 227 1 146 0 143 40 51 500 143 36
Binary 10010111 1 1100110 0 1100011 100000 101001 101000000 1100011 11110

Color Harmonies of #970166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970166

Black with #970166

Text Example


Text Example

White with #970166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970166; }

 p { color: rgb(151,1,102); }

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

background-color css

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

 a { background-color: rgb(151,1,102); }

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

border-color css

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

 span { border-color: rgb(151,1,102); }

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