Html Css Color HEX #970158 Eggplant

📋 copy color: '#970158'

red 151 ◦ green 1 ◦ blue 88

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

Shades of Eggplant #970158

Tints of Eggplant #970158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.67%

R = 62.92%
G = 0.42%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#970158 (or 0x970158) is known color: Eggplant. HEX triplet: 97, 01 and 58. RGB value is (151,1,88). Sum of RGB (Red+Green+Blue) = 151+1+88=240 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.92% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 151 - color contains mainly: red. Hex color #970158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970158 is #68FEA7. Grayscale: #373737. Windows color (decimal): -6880936 or 5767575. OLE color: 5767575.

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

Color convert

RGB 151 1 88 -
CMYK 0 0.99 0.42 0.41
HSL 325.2º 0.99% 0.3% -
HSV(B) 325.2º 0.99% 0.59% -
XYZ 14.53 7.31 9.88 -
YUV 55.77 146.2 195.93 -
System Red Green Blue C M Y K H S L
Decimal 151 1 88 0 0.99 0.42 0.41 325.2 0.99 0.3
Hex 97 1 58 0 63 2A 29 145 63 1E
Octal 227 1 130 0 143 52 51 505 143 36
Binary 10010111 1 1011000 0 1100011 101010 101001 101000101 1100011 11110

Color Harmonies of #970158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970158

Black with #970158

Text Example


Text Example

White with #970158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970158; }

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

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

background-color css

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

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

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

border-color css

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

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

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