Html Css Color HEX #980062 Eggplant

📋 copy color: '#980062'

red 152 ◦ green 0 ◦ blue 98

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

Shades of Eggplant #980062

Tints of Eggplant #980062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.8%
G = 0%
B = 39.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#980062 (or 0x980062) is known color: Eggplant. HEX triplet: 98, 00 and 62. RGB value is (152,0,98). Sum of RGB (Red+Green+Blue) = 152+0+98=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #980062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980062 is #67FF9D. Grayscale: #383838. Windows color (decimal): -6815646 or 6422680. OLE color: 6422680.

HSL color Cylindrical-coordinate representation of color #980062: hue angle of 321.32º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980062 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 98 -
CMYK 0 1 0.36 0.40
HSL 321.32º 1% 0.3% -
HSV(B) 321.32º 1% 0.6% -
XYZ 15.15 7.56 12.22 -
YUV 56.62 151.36 196.03 -
System Red Green Blue C M Y K H S L
Decimal 152 0 98 0 1 0.36 0.40 321.32 1 0.3
Hex 98 0 62 0 64 24 28 141 64 1E
Octal 230 0 142 0 144 44 50 501 144 36
Binary 10011000 0 1100010 0 1100100 100100 101000 101000001 1100100 11110

Color Harmonies of #980062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980062

Black with #980062

Text Example


Text Example

White with #980062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980062; }

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

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

background-color css

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

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

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

border-color css

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

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

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