Html Css Color HEX #970F66 Eggplant

📋 copy color: '#970F66'

red 151 ◦ green 15 ◦ blue 102

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

Shades of Eggplant #970F66

Tints of Eggplant #970F66

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.6%

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

R = 56.34%
G = 5.6%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#970F66 (or 0x970F66) is known color: Eggplant. HEX triplet: 97, 0F and 66. RGB value is (151,15,102). Sum of RGB (Red+Green+Blue) = 151+15+102=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #970F66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F66 is #68F099. Grayscale: #414141. Windows color (decimal): -6877338 or 6688663. OLE color: 6688663.

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

Color convert

RGB 151 15 102 -
CMYK 0 0.90 0.32 0.41
HSL 321.62º 0.82% 0.33% -
HSV(B) 321.62º 0.9% 0.59% -
XYZ 15.33 7.88 13.28 -
YUV 65.58 148.56 188.93 -
System Red Green Blue C M Y K H S L
Decimal 151 15 102 0 0.90 0.32 0.41 321.62 0.82 0.33
Hex 97 F 66 0 5A 20 29 142 52 21
Octal 227 17 146 0 132 40 51 502 122 41
Binary 10010111 1111 1100110 0 1011010 100000 101001 101000010 1010010 100001

Color Harmonies of #970F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F66

Black with #970F66

Text Example


Text Example

White with #970F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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