Html Css Color HEX #980462 Eggplant

📋 copy color: '#980462'

red 152 ◦ green 4 ◦ blue 98

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

Shades of Eggplant #980462

Tints of Eggplant #980462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 59.84%
G = 1.57%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#980462 (or 0x980462) is known color: Eggplant. HEX triplet: 98, 04 and 62. RGB value is (152,4,98). Sum of RGB (Red+Green+Blue) = 152+4+98=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #980462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980462 is #67FB9D. Grayscale: #3A3A3A. Windows color (decimal): -6814622 or 6423704. OLE color: 6423704.

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

Color convert

RGB 152 4 98 -
CMYK 0 0.97 0.36 0.40
HSL 321.89º 0.95% 0.31% -
HSV(B) 321.89º 0.97% 0.6% -
XYZ 15.2 7.64 12.23 -
YUV 58.97 150.03 194.36 -
System Red Green Blue C M Y K H S L
Decimal 152 4 98 0 0.97 0.36 0.40 321.89 0.95 0.31
Hex 98 4 62 0 61 24 28 142 5F 1F
Octal 230 4 142 0 141 44 50 502 137 37
Binary 10011000 100 1100010 0 1100001 100100 101000 101000010 1011111 11111

Color Harmonies of #980462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980462

Black with #980462

Text Example


Text Example

White with #980462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980462; }

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

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

background-color css

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

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

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

border-color css

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

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

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