Html Css Color HEX #97005B Eggplant

📋 copy color: '#97005B'

red 151 ◦ green 0 ◦ blue 91

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

Shades of Eggplant #97005B

Tints of Eggplant #97005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.6%

R = 62.4%
G = 0%
B = 37.6%

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

#97005B (or 0x97005B) is known color: Eggplant. HEX triplet: 97, 00 and 5B. RGB value is (151,0,91). Sum of RGB (Red+Green+Blue) = 151+0+91=242 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.40% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 151 - color contains mainly: red. Hex color #97005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97005B is #68FFA4. Grayscale: #373737. Windows color (decimal): -6881189 or 5963927. OLE color: 5963927.

HSL color Cylindrical-coordinate representation of color #97005B: hue angle of 323.84º 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 #97005B is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 0 91 -
CMYK 0 1 0.40 0.41
HSL 323.84º 1% 0.3% -
HSV(B) 323.84º 1% 0.59% -
XYZ 14.65 7.33 10.54 -
YUV 55.52 148.03 196.1 -
System Red Green Blue C M Y K H S L
Decimal 151 0 91 0 1 0.40 0.41 323.84 1 0.3
Hex 97 0 5B 0 64 28 29 144 64 1E
Octal 227 0 133 0 144 50 51 504 144 36
Binary 10010111 0 1011011 0 1100100 101000 101001 101000100 1100100 11110

Color Harmonies of #97005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97005B

Black with #97005B

Text Example


Text Example

White with #97005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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