Html Css Color HEX #98075D Eggplant

📋 copy color: '#98075D'

red 152 ◦ green 7 ◦ blue 93

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

Shades of Eggplant #98075D

Tints of Eggplant #98075D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.9%

R = 60.32%
G = 2.78%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98075D (or 0x98075D) is known color: Eggplant. HEX triplet: 98, 07 and 5D. RGB value is (152,7,93). Sum of RGB (Red+Green+Blue) = 152+7+93=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #98075D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98075D is #67F8A2. Grayscale: #3B3B3B. Windows color (decimal): -6813859 or 6096792. OLE color: 6096792.

HSL color Cylindrical-coordinate representation of color #98075D: hue angle of 324.41º 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 #98075D is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 7 93 -
CMYK 0 0.95 0.39 0.40
HSL 324.41º 0.91% 0.31% -
HSV(B) 324.41º 0.95% 0.6% -
XYZ 15 7.62 11.04 -
YUV 60.16 146.54 193.51 -
System Red Green Blue C M Y K H S L
Decimal 152 7 93 0 0.95 0.39 0.40 324.41 0.91 0.31
Hex 98 7 5D 0 5F 27 28 144 5B 1F
Octal 230 7 135 0 137 47 50 504 133 37
Binary 10011000 111 1011101 0 1011111 100111 101000 101000100 1011011 11111

Color Harmonies of #98075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98075D

Black with #98075D

Text Example


Text Example

White with #98075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98075D; }

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

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

background-color css

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

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

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

border-color css

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

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

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