Html Css Color HEX #98027B Eggplant

📋 copy color: '#98027B'

red 152 ◦ green 2 ◦ blue 123

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

Shades of Eggplant #98027B

Tints of Eggplant #98027B

RGB

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

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

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

R = 54.87%
G = 0.72%
B = 44.4%

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

#98027B (or 0x98027B) is known color: Eggplant. HEX triplet: 98, 02 and 7B. RGB value is (152,2,123). Sum of RGB (Red+Green+Blue) = 152+2+123=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #98027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98027B is #67FD84. Grayscale: #3C3C3C. Windows color (decimal): -6815109 or 8061592. OLE color: 8061592.

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

Color convert

RGB 152 2 123 -
CMYK 0 0.99 0.19 0.40
HSL 311.6º 0.97% 0.3% -
HSV(B) 311.6º 0.99% 0.6% -
XYZ 16.55 8.15 19.44 -
YUV 60.64 163.2 193.16 -
System Red Green Blue C M Y K H S L
Decimal 152 2 123 0 0.99 0.19 0.40 311.6 0.97 0.3
Hex 98 2 7B 0 63 13 28 138 61 1E
Octal 230 2 173 0 143 23 50 470 141 36
Binary 10011000 10 1111011 0 1100011 10011 101000 100111000 1100001 11110

Color Harmonies of #98027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98027B

Black with #98027B

Text Example


Text Example

White with #98027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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