Html Css Color HEX #98025A Eggplant

📋 copy color: '#98025A'

red 152 ◦ green 2 ◦ blue 90

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

Shades of Eggplant #98025A

Tints of Eggplant #98025A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 90 (35.55% from 255) = 36.89%

R = 62.3%
G = 0.82%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#98025A (or 0x98025A) is known color: Eggplant. HEX triplet: 98, 02 and 5A. RGB value is (152,2,90). Sum of RGB (Red+Green+Blue) = 152+2+90=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #98025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98025A is #67FDA5. Grayscale: #383838. Windows color (decimal): -6815142 or 5898904. OLE color: 5898904.

HSL color Cylindrical-coordinate representation of color #98025A: hue angle of 324.8º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98025A is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 2 90 -
CMYK 0 0.99 0.41 0.40
HSL 324.8º 0.97% 0.3% -
HSV(B) 324.8º 0.99% 0.6% -
XYZ 14.82 7.46 10.33 -
YUV 56.88 146.7 195.84 -
System Red Green Blue C M Y K H S L
Decimal 152 2 90 0 0.99 0.41 0.40 324.8 0.97 0.3
Hex 98 2 5A 0 63 29 28 145 61 1E
Octal 230 2 132 0 143 51 50 505 141 36
Binary 10011000 10 1011010 0 1100011 101001 101000 101000101 1100001 11110

Color Harmonies of #98025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98025A

Black with #98025A

Text Example


Text Example

White with #98025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98025A; }

 p { color: rgb(152,2,90); }

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

background-color css

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

 a { background-color: rgb(152,2,90); }

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

border-color css

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

 span { border-color: rgb(152,2,90); }

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