Html Css Color HEX #97075C Eggplant

📋 copy color: '#97075C'

red 151 ◦ green 7 ◦ blue 92

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

Shades of Eggplant #97075C

Tints of Eggplant #97075C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.8%

 BLUE value IS 92 (36.33% from 255) = 36.8%

R = 60.4%
G = 2.8%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#97075C (or 0x97075C) is known color: Eggplant. HEX triplet: 97, 07 and 5C. RGB value is (151,7,92). Sum of RGB (Red+Green+Blue) = 151+7+92=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #97075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97075C is #68F8A3. Grayscale: #3B3B3B. Windows color (decimal): -6879396 or 6031255. OLE color: 6031255.

HSL color Cylindrical-coordinate representation of color #97075C: hue angle of 324.58º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #97075C is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 7 92 -
CMYK 0 0.95 0.39 0.41
HSL 324.58º 0.91% 0.31% -
HSV(B) 324.58º 0.95% 0.59% -
XYZ 14.77 7.5 10.8 -
YUV 59.75 146.21 193.09 -
System Red Green Blue C M Y K H S L
Decimal 151 7 92 0 0.95 0.39 0.41 324.58 0.91 0.31
Hex 97 7 5C 0 5F 27 29 145 5B 1F
Octal 227 7 134 0 137 47 51 505 133 37
Binary 10010111 111 1011100 0 1011111 100111 101001 101000101 1011011 11111

Color Harmonies of #97075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97075C

Black with #97075C

Text Example


Text Example

White with #97075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97075C; }

 p { color: rgb(151,7,92); }

 H1.HeaderClassName
 {
   color: #97075C;
 }
 .AnyTagClassName
 {
   color: #97075C;
 }
</style>

background-color css

<style>
 a { background-color: #97075C; }

 a { background-color: rgb(151,7,92); }

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

border-color css

<style>
 span { border-color: #97075C; }

 span { border-color: rgb(151,7,92); }

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