Html Css Color HEX #97015F Eggplant

📋 copy color: '#97015F'

red 151 ◦ green 1 ◦ blue 95

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

Shades of Eggplant #97015F

Tints of Eggplant #97015F

RGB

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

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

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

R = 61.13%
G = 0.4%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#97015F (or 0x97015F) is known color: Eggplant. HEX triplet: 97, 01 and 5F. RGB value is (151,1,95). Sum of RGB (Red+Green+Blue) = 151+1+95=247 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.13% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 151 - color contains mainly: red. Hex color #97015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97015F is #68FEA0. Grayscale: #383838. Windows color (decimal): -6880929 or 6226327. OLE color: 6226327.

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

Color convert

RGB 151 1 95 -
CMYK 0 0.99 0.37 0.41
HSL 322.4º 0.99% 0.3% -
HSV(B) 322.4º 0.99% 0.59% -
XYZ 14.84 7.43 11.48 -
YUV 56.57 149.7 195.36 -
System Red Green Blue C M Y K H S L
Decimal 151 1 95 0 0.99 0.37 0.41 322.4 0.99 0.3
Hex 97 1 5F 0 63 25 29 142 63 1E
Octal 227 1 137 0 143 45 51 502 143 36
Binary 10010111 1 1011111 0 1100011 100101 101001 101000010 1100011 11110

Color Harmonies of #97015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97015F

Black with #97015F

Text Example


Text Example

White with #97015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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