Html Css Color HEX #980663 Eggplant

📋 copy color: '#980663'

red 152 ◦ green 6 ◦ blue 99

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

Shades of Eggplant #980663

Tints of Eggplant #980663

RGB

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

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

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

R = 59.14%
G = 2.33%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#980663 (or 0x980663) is known color: Eggplant. HEX triplet: 98, 06 and 63. RGB value is (152,6,99). Sum of RGB (Red+Green+Blue) = 152+6+99=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #980663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980663 is #67F99C. Grayscale: #3C3C3C. Windows color (decimal): -6814109 or 6489752. OLE color: 6489752.

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

Color convert

RGB 152 6 99 -
CMYK 0 0.96 0.35 0.40
HSL 321.78º 0.92% 0.31% -
HSV(B) 321.78º 0.96% 0.6% -
XYZ 15.27 7.71 12.49 -
YUV 60.26 149.87 193.44 -
System Red Green Blue C M Y K H S L
Decimal 152 6 99 0 0.96 0.35 0.40 321.78 0.92 0.31
Hex 98 6 63 0 60 23 28 142 5C 1F
Octal 230 6 143 0 140 43 50 502 134 37
Binary 10011000 110 1100011 0 1100000 100011 101000 101000010 1011100 11111

Color Harmonies of #980663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980663

Black with #980663

Text Example


Text Example

White with #980663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980663; }

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

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

background-color css

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

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

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

border-color css

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

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

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