Html Css Color HEX #970366 Eggplant

📋 copy color: '#970366'

red 151 ◦ green 3 ◦ blue 102

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

Shades of Eggplant #970366

Tints of Eggplant #970366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 58.98%
G = 1.17%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#970366 (or 0x970366) is known color: Eggplant. HEX triplet: 97, 03 and 66. RGB value is (151,3,102). Sum of RGB (Red+Green+Blue) = 151+3+102=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #970366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970366 is #68FC99. Grayscale: #3A3A3A. Windows color (decimal): -6880410 or 6685591. OLE color: 6685591.

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

Color convert

RGB 151 3 102 -
CMYK 0 0.98 0.32 0.41
HSL 319.86º 0.96% 0.3% -
HSV(B) 319.86º 0.98% 0.59% -
XYZ 15.19 7.6 13.24 -
YUV 58.54 152.53 193.95 -
System Red Green Blue C M Y K H S L
Decimal 151 3 102 0 0.98 0.32 0.41 319.86 0.96 0.3
Hex 97 3 66 0 62 20 29 140 60 1E
Octal 227 3 146 0 142 40 51 500 140 36
Binary 10010111 11 1100110 0 1100010 100000 101001 101000000 1100000 11110

Color Harmonies of #970366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970366

Black with #970366

Text Example


Text Example

White with #970366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970366; }

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

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

background-color css

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

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

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

border-color css

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

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

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