Html Css Color HEX #97067A Eggplant

📋 copy color: '#97067A'

red 151 ◦ green 6 ◦ blue 122

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

Shades of Eggplant #97067A

Tints of Eggplant #97067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.15%

 BLUE value IS 122 (48.05% from 255) = 43.73%

R = 54.12%
G = 2.15%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#97067A (or 0x97067A) is known color: Eggplant. HEX triplet: 97, 06 and 7A. RGB value is (151,6,122). Sum of RGB (Red+Green+Blue) = 151+6+122=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #97067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97067A is #68F985. Grayscale: #3E3E3E. Windows color (decimal): -6879622 or 7997079. OLE color: 7997079.

HSL color Cylindrical-coordinate representation of color #97067A: hue angle of 312º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #97067A is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 6 122 -
CMYK 0 0.96 0.19 0.41
HSL 312º 0.92% 0.31% -
HSV(B) 312º 0.96% 0.59% -
XYZ 16.34 8.11 19.12 -
YUV 62.58 161.54 191.07 -
System Red Green Blue C M Y K H S L
Decimal 151 6 122 0 0.96 0.19 0.41 312 0.92 0.31
Hex 97 6 7A 0 60 13 29 138 5C 1F
Octal 227 6 172 0 140 23 51 470 134 37
Binary 10010111 110 1111010 0 1100000 10011 101001 100111000 1011100 11111

Color Harmonies of #97067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97067A

Black with #97067A

Text Example


Text Example

White with #97067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97067A; }

 p { color: rgb(151,6,122); }

 H1.HeaderClassName
 {
   color: #97067A;
 }
 .AnyTagClassName
 {
   color: #97067A;
 }
</style>

background-color css

<style>
 a { background-color: #97067A; }

 a { background-color: rgb(151,6,122); }

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

border-color css

<style>
 span { border-color: #97067A; }

 span { border-color: rgb(151,6,122); }

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