Html Css Color HEX #980063 Eggplant

📋 copy color: '#980063'

red 152 ◦ green 0 ◦ blue 99

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

Shades of Eggplant #980063

Tints of Eggplant #980063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.56%
G = 0%
B = 39.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#980063 (or 0x980063) is known color: Eggplant. HEX triplet: 98, 00 and 63. RGB value is (152,0,99). Sum of RGB (Red+Green+Blue) = 152+0+99=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #980063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980063 is #67FF9C. Grayscale: #383838. Windows color (decimal): -6815645 or 6488216. OLE color: 6488216.

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

Color convert

RGB 152 0 99 -
CMYK 0 1 0.35 0.40
HSL 320.92º 1% 0.3% -
HSV(B) 320.92º 1% 0.6% -
XYZ 15.2 7.58 12.47 -
YUV 56.73 151.86 195.95 -
System Red Green Blue C M Y K H S L
Decimal 152 0 99 0 1 0.35 0.40 320.92 1 0.3
Hex 98 0 63 0 64 23 28 141 64 1E
Octal 230 0 143 0 144 43 50 501 144 36
Binary 10011000 0 1100011 0 1100100 100011 101000 101000001 1100100 11110

Color Harmonies of #980063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980063

Black with #980063

Text Example


Text Example

White with #980063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980063; }

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

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

background-color css

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

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

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

border-color css

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

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

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