Html Css Color HEX #970363 Eggplant

📋 copy color: '#970363'

red 151 ◦ green 3 ◦ blue 99

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

Shades of Eggplant #970363

Tints of Eggplant #970363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 99 (39.06% from 255) = 39.13%

R = 59.68%
G = 1.19%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#970363 (or 0x970363) is known color: Eggplant. HEX triplet: 97, 03 and 63. RGB value is (151,3,99). Sum of RGB (Red+Green+Blue) = 151+3+99=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #970363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970363 is #68FC9C. Grayscale: #393939. Windows color (decimal): -6880413 or 6488983. OLE color: 6488983.

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

Color convert

RGB 151 3 99 -
CMYK 0 0.98 0.34 0.41
HSL 321.08º 0.96% 0.3% -
HSV(B) 321.08º 0.98% 0.59% -
XYZ 15.05 7.55 12.47 -
YUV 58.2 151.03 194.19 -
System Red Green Blue C M Y K H S L
Decimal 151 3 99 0 0.98 0.34 0.41 321.08 0.96 0.3
Hex 97 3 63 0 62 22 29 141 60 1E
Octal 227 3 143 0 142 42 51 501 140 36
Binary 10010111 11 1100011 0 1100010 100010 101001 101000001 1100000 11110

Color Harmonies of #970363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970363

Black with #970363

Text Example


Text Example

White with #970363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970363; }

 p { color: rgb(151,3,99); }

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

background-color css

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

 a { background-color: rgb(151,3,99); }

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

border-color css

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

 span { border-color: rgb(151,3,99); }

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