Html Css Color HEX #980362 Eggplant

📋 copy color: '#980362'

red 152 ◦ green 3 ◦ blue 98

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

Shades of Eggplant #980362

Tints of Eggplant #980362

RGB

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

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

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

R = 60.08%
G = 1.19%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#980362 (or 0x980362) is known color: Eggplant. HEX triplet: 98, 03 and 62. RGB value is (152,3,98). Sum of RGB (Red+Green+Blue) = 152+3+98=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #980362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980362 is #67FC9D. Grayscale: #3A3A3A. Windows color (decimal): -6814878 or 6423448. OLE color: 6423448.

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

Color convert

RGB 152 3 98 -
CMYK 0 0.98 0.36 0.40
HSL 321.75º 0.96% 0.3% -
HSV(B) 321.75º 0.98% 0.6% -
XYZ 15.19 7.62 12.23 -
YUV 58.38 150.36 194.78 -
System Red Green Blue C M Y K H S L
Decimal 152 3 98 0 0.98 0.36 0.40 321.75 0.96 0.3
Hex 98 3 62 0 62 24 28 142 60 1E
Octal 230 3 142 0 142 44 50 502 140 36
Binary 10011000 11 1100010 0 1100010 100100 101000 101000010 1100000 11110

Color Harmonies of #980362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980362

Black with #980362

Text Example


Text Example

White with #980362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980362; }

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

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

background-color css

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

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

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

border-color css

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

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

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