Html Css Color HEX #980863 Eggplant

📋 copy color: '#980863'

red 152 ◦ green 8 ◦ blue 99

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

Shades of Eggplant #980863

Tints of Eggplant #980863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

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

R = 58.69%
G = 3.09%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#980863 (or 0x980863) is known color: Eggplant. HEX triplet: 98, 08 and 63. RGB value is (152,8,99). Sum of RGB (Red+Green+Blue) = 152+8+99=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #980863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980863 is #67F79C. Grayscale: #3D3D3D. Windows color (decimal): -6813597 or 6490264. OLE color: 6490264.

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

Color convert

RGB 152 8 99 -
CMYK 0 0.95 0.35 0.40
HSL 322.08º 0.9% 0.31% -
HSV(B) 322.08º 0.95% 0.6% -
XYZ 15.29 7.75 12.49 -
YUV 61.43 149.21 192.6 -
System Red Green Blue C M Y K H S L
Decimal 152 8 99 0 0.95 0.35 0.40 322.08 0.9 0.31
Hex 98 8 63 0 5F 23 28 142 5A 1F
Octal 230 10 143 0 137 43 50 502 132 37
Binary 10011000 1000 1100011 0 1011111 100011 101000 101000010 1011010 11111

Color Harmonies of #980863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980863

Black with #980863

Text Example


Text Example

White with #980863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980863; }

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

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

background-color css

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

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

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

border-color css

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

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

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