Html Css Color HEX #980366 Eggplant

📋 copy color: '#980366'

red 152 ◦ green 3 ◦ blue 102

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

Shades of Eggplant #980366

Tints of Eggplant #980366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 39.69%

R = 59.14%
G = 1.17%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#980366 (or 0x980366) is known color: Eggplant. HEX triplet: 98, 03 and 66. RGB value is (152,3,102). Sum of RGB (Red+Green+Blue) = 152+3+102=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #980366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980366 is #67FC99. Grayscale: #3A3A3A. Windows color (decimal): -6814874 or 6685592. OLE color: 6685592.

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

Color convert

RGB 152 3 102 -
CMYK 0 0.98 0.33 0.40
HSL 320.13º 0.96% 0.3% -
HSV(B) 320.13º 0.98% 0.6% -
XYZ 15.38 7.7 13.25 -
YUV 58.84 152.36 194.45 -
System Red Green Blue C M Y K H S L
Decimal 152 3 102 0 0.98 0.33 0.40 320.13 0.96 0.3
Hex 98 3 66 0 62 21 28 140 60 1E
Octal 230 3 146 0 142 41 50 500 140 36
Binary 10011000 11 1100110 0 1100010 100001 101000 101000000 1100000 11110

Color Harmonies of #980366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980366

Black with #980366

Text Example


Text Example

White with #980366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980366; }

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

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

background-color css

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

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

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

border-color css

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

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

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