Html Css Color HEX #97015E Eggplant

📋 copy color: '#97015E'

red 151 ◦ green 1 ◦ blue 94

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

Shades of Eggplant #97015E

Tints of Eggplant #97015E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 94 (37.11% from 255) = 38.21%

R = 61.38%
G = 0.41%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#97015E (or 0x97015E) is known color: Eggplant. HEX triplet: 97, 01 and 5E. RGB value is (151,1,94). Sum of RGB (Red+Green+Blue) = 151+1+94=246 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.38% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 151 - color contains mainly: red. Hex color #97015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97015E is #68FEA1. Grayscale: #383838. Windows color (decimal): -6880930 or 6160791. OLE color: 6160791.

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

Color convert

RGB 151 1 94 -
CMYK 0 0.99 0.38 0.41
HSL 322.8º 0.99% 0.3% -
HSV(B) 322.8º 0.99% 0.59% -
XYZ 14.79 7.41 11.24 -
YUV 56.45 149.2 195.44 -
System Red Green Blue C M Y K H S L
Decimal 151 1 94 0 0.99 0.38 0.41 322.8 0.99 0.3
Hex 97 1 5E 0 63 26 29 143 63 1E
Octal 227 1 136 0 143 46 51 503 143 36
Binary 10010111 1 1011110 0 1100011 100110 101001 101000011 1100011 11110

Color Harmonies of #97015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97015E

Black with #97015E

Text Example


Text Example

White with #97015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97015E; }

 p { color: rgb(151,1,94); }

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

background-color css

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

 a { background-color: rgb(151,1,94); }

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

border-color css

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

 span { border-color: rgb(151,1,94); }

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