Html Css Color HEX #98015B Eggplant

📋 copy color: '#98015B'

red 152 ◦ green 1 ◦ blue 91

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

Shades of Eggplant #98015B

Tints of Eggplant #98015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 91 (35.94% from 255) = 37.3%

R = 62.3%
G = 0.41%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#98015B (or 0x98015B) is known color: Eggplant. HEX triplet: 98, 01 and 5B. RGB value is (152,1,91). Sum of RGB (Red+Green+Blue) = 152+1+91=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #98015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98015B is #67FEA4. Grayscale: #383838. Windows color (decimal): -6815397 or 5964184. OLE color: 5964184.

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

Color convert

RGB 152 1 91 -
CMYK 0 0.99 0.40 0.40
HSL 324.24º 0.99% 0.3% -
HSV(B) 324.24º 0.99% 0.6% -
XYZ 14.85 7.45 10.55 -
YUV 56.41 147.53 196.18 -
System Red Green Blue C M Y K H S L
Decimal 152 1 91 0 0.99 0.40 0.40 324.24 0.99 0.3
Hex 98 1 5B 0 63 28 28 144 63 1E
Octal 230 1 133 0 143 50 50 504 143 36
Binary 10011000 1 1011011 0 1100011 101000 101000 101000100 1100011 11110

Color Harmonies of #98015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98015B

Black with #98015B

Text Example


Text Example

White with #98015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98015B; }

 p { color: rgb(152,1,91); }

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

background-color css

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

 a { background-color: rgb(152,1,91); }

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

border-color css

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

 span { border-color: rgb(152,1,91); }

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