Html Css Color HEX #980662 Eggplant

📋 copy color: '#980662'

red 152 ◦ green 6 ◦ blue 98

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

Shades of Eggplant #980662

Tints of Eggplant #980662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.28%

R = 59.38%
G = 2.34%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#980662 (or 0x980662) is known color: Eggplant. HEX triplet: 98, 06 and 62. RGB value is (152,6,98). Sum of RGB (Red+Green+Blue) = 152+6+98=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #980662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980662 is #67F99D. Grayscale: #3B3B3B. Windows color (decimal): -6814110 or 6424216. OLE color: 6424216.

HSL color Cylindrical-coordinate representation of color #980662: hue angle of 322.19º 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 #980662 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 6 98 -
CMYK 0 0.96 0.36 0.40
HSL 322.19º 0.92% 0.31% -
HSV(B) 322.19º 0.96% 0.6% -
XYZ 15.22 7.69 12.24 -
YUV 60.14 149.37 193.52 -
System Red Green Blue C M Y K H S L
Decimal 152 6 98 0 0.96 0.36 0.40 322.19 0.92 0.31
Hex 98 6 62 0 60 24 28 142 5C 1F
Octal 230 6 142 0 140 44 50 502 134 37
Binary 10011000 110 1100010 0 1100000 100100 101000 101000010 1011100 11111

Color Harmonies of #980662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980662

Black with #980662

Text Example


Text Example

White with #980662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980662; }

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

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

background-color css

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

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

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

border-color css

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

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

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