Html Css Color HEX #980368 Eggplant

📋 copy color: '#980368'

red 152 ◦ green 3 ◦ blue 104

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

Shades of Eggplant #980368

Tints of Eggplant #980368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.15%

R = 58.69%
G = 1.16%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#980368 (or 0x980368) is known color: Eggplant. HEX triplet: 98, 03 and 68. RGB value is (152,3,104). Sum of RGB (Red+Green+Blue) = 152+3+104=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #980368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980368 is #67FC97. Grayscale: #3A3A3A. Windows color (decimal): -6814872 or 6816664. OLE color: 6816664.

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

Color convert

RGB 152 3 104 -
CMYK 0 0.98 0.32 0.40
HSL 319.33º 0.96% 0.3% -
HSV(B) 319.33º 0.98% 0.6% -
XYZ 15.48 7.74 13.77 -
YUV 59.07 153.36 194.29 -
System Red Green Blue C M Y K H S L
Decimal 152 3 104 0 0.98 0.32 0.40 319.33 0.96 0.3
Hex 98 3 68 0 62 20 28 13F 60 1E
Octal 230 3 150 0 142 40 50 477 140 36
Binary 10011000 11 1101000 0 1100010 100000 101000 100111111 1100000 11110

Color Harmonies of #980368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980368

Black with #980368

Text Example


Text Example

White with #980368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980368; }

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

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

background-color css

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

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

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

border-color css

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

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

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