Html Css Color HEX #97005D Eggplant

📋 copy color: '#97005D'

red 151 ◦ green 0 ◦ blue 93

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

Shades of Eggplant #97005D

Tints of Eggplant #97005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.11%

R = 61.89%
G = 0%
B = 38.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#97005D (or 0x97005D) is known color: Eggplant. HEX triplet: 97, 00 and 5D. RGB value is (151,0,93). Sum of RGB (Red+Green+Blue) = 151+0+93=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #97005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97005D is #68FFA2. Grayscale: #373737. Windows color (decimal): -6881187 or 6094999. OLE color: 6094999.

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

Color convert

RGB 151 0 93 -
CMYK 0 1 0.38 0.41
HSL 323.05º 1% 0.3% -
HSV(B) 323.05º 1% 0.59% -
XYZ 14.74 7.37 11 -
YUV 55.75 149.03 195.94 -
System Red Green Blue C M Y K H S L
Decimal 151 0 93 0 1 0.38 0.41 323.05 1 0.3
Hex 97 0 5D 0 64 26 29 143 64 1E
Octal 227 0 135 0 144 46 51 503 144 36
Binary 10010111 0 1011101 0 1100100 100110 101001 101000011 1100100 11110

Color Harmonies of #97005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97005D

Black with #97005D

Text Example


Text Example

White with #97005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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