Html Css Color HEX #980463 Eggplant

📋 copy color: '#980463'

red 152 ◦ green 4 ◦ blue 99

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

Shades of Eggplant #980463

Tints of Eggplant #980463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.82%

R = 59.61%
G = 1.57%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#980463 (or 0x980463) is known color: Eggplant. HEX triplet: 98, 04 and 63. RGB value is (152,4,99). Sum of RGB (Red+Green+Blue) = 152+4+99=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #980463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980463 is #67FB9C. Grayscale: #3A3A3A. Windows color (decimal): -6814621 or 6489240. OLE color: 6489240.

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

Color convert

RGB 152 4 99 -
CMYK 0 0.97 0.35 0.40
HSL 321.49º 0.95% 0.31% -
HSV(B) 321.49º 0.97% 0.6% -
XYZ 15.24 7.66 12.48 -
YUV 59.08 150.53 194.28 -
System Red Green Blue C M Y K H S L
Decimal 152 4 99 0 0.97 0.35 0.40 321.49 0.95 0.31
Hex 98 4 63 0 61 23 28 141 5F 1F
Octal 230 4 143 0 141 43 50 501 137 37
Binary 10011000 100 1100011 0 1100001 100011 101000 101000001 1011111 11111

Color Harmonies of #980463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980463

Black with #980463

Text Example


Text Example

White with #980463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980463; }

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

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

background-color css

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

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

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

border-color css

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

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

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