Html Css Color HEX #98015F Eggplant

📋 copy color: '#98015F'

red 152 ◦ green 1 ◦ blue 95

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

Shades of Eggplant #98015F

Tints of Eggplant #98015F

RGB

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

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

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

R = 61.29%
G = 0.4%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98015F (or 0x98015F) is known color: Eggplant. HEX triplet: 98, 01 and 5F. RGB value is (152,1,95). Sum of RGB (Red+Green+Blue) = 152+1+95=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #98015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98015F is #67FEA0. Grayscale: #383838. Windows color (decimal): -6815393 or 6226328. OLE color: 6226328.

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

Color convert

RGB 152 1 95 -
CMYK 0 0.99 0.38 0.40
HSL 322.65º 0.99% 0.3% -
HSV(B) 322.65º 0.99% 0.6% -
XYZ 15.03 7.52 11.49 -
YUV 56.87 149.53 195.86 -
System Red Green Blue C M Y K H S L
Decimal 152 1 95 0 0.99 0.38 0.40 322.65 0.99 0.3
Hex 98 1 5F 0 63 26 28 143 63 1E
Octal 230 1 137 0 143 46 50 503 143 36
Binary 10011000 1 1011111 0 1100011 100110 101000 101000011 1100011 11110

Color Harmonies of #98015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98015F

Black with #98015F

Text Example


Text Example

White with #98015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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