Html Css Color HEX #980363 Eggplant

📋 copy color: '#980363'

red 152 ◦ green 3 ◦ blue 99

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

Shades of Eggplant #980363

Tints of Eggplant #980363

RGB

 RED value IS 152 (59.77% from 255) = 59.84%

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

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

R = 59.84%
G = 1.18%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#980363 (or 0x980363) is known color: Eggplant. HEX triplet: 98, 03 and 63. RGB value is (152,3,99). Sum of RGB (Red+Green+Blue) = 152+3+99=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #980363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980363 is #67FC9C. Grayscale: #3A3A3A. Windows color (decimal): -6814877 or 6488984. OLE color: 6488984.

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

Color convert

RGB 152 3 99 -
CMYK 0 0.98 0.35 0.40
HSL 321.34º 0.96% 0.3% -
HSV(B) 321.34º 0.98% 0.6% -
XYZ 15.23 7.64 12.48 -
YUV 58.5 150.86 194.69 -
System Red Green Blue C M Y K H S L
Decimal 152 3 99 0 0.98 0.35 0.40 321.34 0.96 0.3
Hex 98 3 63 0 62 23 28 141 60 1E
Octal 230 3 143 0 142 43 50 501 140 36
Binary 10011000 11 1100011 0 1100010 100011 101000 101000001 1100000 11110

Color Harmonies of #980363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980363

Black with #980363

Text Example


Text Example

White with #980363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980363; }

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

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

background-color css

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

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

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

border-color css

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

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

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