Html Css Color HEX #980763 Eggplant

📋 copy color: '#980763'

red 152 ◦ green 7 ◦ blue 99

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

Shades of Eggplant #980763

Tints of Eggplant #980763

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.71%

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

R = 58.91%
G = 2.71%
B = 38.37%

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

#980763 (or 0x980763) is known color: Eggplant. HEX triplet: 98, 07 and 63. RGB value is (152,7,99). Sum of RGB (Red+Green+Blue) = 152+7+99=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #980763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980763 is #67F89C. Grayscale: #3C3C3C. Windows color (decimal): -6813853 or 6490008. OLE color: 6490008.

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

Color convert

RGB 152 7 99 -
CMYK 0 0.95 0.35 0.40
HSL 321.93º 0.91% 0.31% -
HSV(B) 321.93º 0.95% 0.6% -
XYZ 15.28 7.73 12.49 -
YUV 60.84 149.54 193.02 -
System Red Green Blue C M Y K H S L
Decimal 152 7 99 0 0.95 0.35 0.40 321.93 0.91 0.31
Hex 98 7 63 0 5F 23 28 142 5B 1F
Octal 230 7 143 0 137 43 50 502 133 37
Binary 10011000 111 1100011 0 1011111 100011 101000 101000010 1011011 11111

Color Harmonies of #980763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980763

Black with #980763

Text Example


Text Example

White with #980763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980763; }

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

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

background-color css

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

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

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

border-color css

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

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

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