Html Css Color HEX #98085F Eggplant

📋 copy color: '#98085F'

red 152 ◦ green 8 ◦ blue 95

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

Shades of Eggplant #98085F

Tints of Eggplant #98085F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.25%

R = 59.61%
G = 3.14%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98085F (or 0x98085F) is known color: Eggplant. HEX triplet: 98, 08 and 5F. RGB value is (152,8,95). Sum of RGB (Red+Green+Blue) = 152+8+95=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #98085F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98085F is #67F7A0. Grayscale: #3C3C3C. Windows color (decimal): -6813601 or 6228120. OLE color: 6228120.

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

Color convert

RGB 152 8 95 -
CMYK 0 0.95 0.38 0.40
HSL 323.75º 0.9% 0.31% -
HSV(B) 323.75º 0.95% 0.6% -
XYZ 15.1 7.68 11.51 -
YUV 60.97 147.21 192.93 -
System Red Green Blue C M Y K H S L
Decimal 152 8 95 0 0.95 0.38 0.40 323.75 0.9 0.31
Hex 98 8 5F 0 5F 26 28 144 5A 1F
Octal 230 10 137 0 137 46 50 504 132 37
Binary 10011000 1000 1011111 0 1011111 100110 101000 101000100 1011010 11111

Color Harmonies of #98085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98085F

Black with #98085F

Text Example


Text Example

White with #98085F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98085F; }

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

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

background-color css

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

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

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

border-color css

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

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

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