Html Css Color HEX #97005A Eggplant

📋 copy color: '#97005A'

red 151 ◦ green 0 ◦ blue 90

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

Shades of Eggplant #97005A

Tints of Eggplant #97005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 37.34%

R = 62.66%
G = 0%
B = 37.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#97005A (or 0x97005A) is known color: Eggplant. HEX triplet: 97, 00 and 5A. RGB value is (151,0,90). Sum of RGB (Red+Green+Blue) = 151+0+90=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #97005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97005A is #68FFA5. Grayscale: #373737. Windows color (decimal): -6881190 or 5898391. OLE color: 5898391.

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

Color convert

RGB 151 0 90 -
CMYK 0 1 0.40 0.41
HSL 324.24º 1% 0.3% -
HSV(B) 324.24º 1% 0.59% -
XYZ 14.61 7.32 10.32 -
YUV 55.41 147.53 196.18 -
System Red Green Blue C M Y K H S L
Decimal 151 0 90 0 1 0.40 0.41 324.24 1 0.3
Hex 97 0 5A 0 64 28 29 144 64 1E
Octal 227 0 132 0 144 50 51 504 144 36
Binary 10010111 0 1011010 0 1100100 101000 101001 101000100 1100100 11110

Color Harmonies of #97005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97005A

Black with #97005A

Text Example


Text Example

White with #97005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97005A; }

 p { color: rgb(151,0,90); }

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

background-color css

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

 a { background-color: rgb(151,0,90); }

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

border-color css

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

 span { border-color: rgb(151,0,90); }

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