Html Css Color HEX #97005F Eggplant

📋 copy color: '#97005F'

red 151 ◦ green 0 ◦ blue 95

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

Shades of Eggplant #97005F

Tints of Eggplant #97005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.62%

R = 61.38%
G = 0%
B = 38.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#97005F (or 0x97005F) is known color: Eggplant. HEX triplet: 97, 00 and 5F. RGB value is (151,0,95). Sum of RGB (Red+Green+Blue) = 151+0+95=246 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.38% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 151 - color contains mainly: red. Hex color #97005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97005F is #68FFA0. Grayscale: #373737. Windows color (decimal): -6881185 or 6226071. OLE color: 6226071.

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

Color convert

RGB 151 0 95 -
CMYK 0 1 0.37 0.41
HSL 322.25º 1% 0.3% -
HSV(B) 322.25º 1% 0.59% -
XYZ 14.83 7.41 11.47 -
YUV 55.98 150.03 195.78 -
System Red Green Blue C M Y K H S L
Decimal 151 0 95 0 1 0.37 0.41 322.25 1 0.3
Hex 97 0 5F 0 64 25 29 142 64 1E
Octal 227 0 137 0 144 45 51 502 144 36
Binary 10010111 0 1011111 0 1100100 100101 101001 101000010 1100100 11110

Color Harmonies of #97005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97005F

Black with #97005F

Text Example


Text Example

White with #97005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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