Html Css Color HEX #98017B Eggplant

📋 copy color: '#98017B'

red 152 ◦ green 1 ◦ blue 123

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

Shades of Eggplant #98017B

Tints of Eggplant #98017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.57%

R = 55.07%
G = 0.36%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#98017B (or 0x98017B) is known color: Eggplant. HEX triplet: 98, 01 and 7B. RGB value is (152,1,123). Sum of RGB (Red+Green+Blue) = 152+1+123=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #98017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98017B is #67FE84. Grayscale: #3B3B3B. Windows color (decimal): -6815365 or 8061336. OLE color: 8061336.

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

Color convert

RGB 152 1 123 -
CMYK 0 0.99 0.19 0.40
HSL 311.52º 0.99% 0.3% -
HSV(B) 311.52º 0.99% 0.6% -
XYZ 16.53 8.13 19.44 -
YUV 60.06 163.53 193.58 -
System Red Green Blue C M Y K H S L
Decimal 152 1 123 0 0.99 0.19 0.40 311.52 0.99 0.3
Hex 98 1 7B 0 63 13 28 138 63 1E
Octal 230 1 173 0 143 23 50 470 143 36
Binary 10011000 1 1111011 0 1100011 10011 101000 100111000 1100011 11110

Color Harmonies of #98017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98017B

Black with #98017B

Text Example


Text Example

White with #98017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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