Html Css Color HEX #98067A Eggplant

📋 copy color: '#98067A'

red 152 ◦ green 6 ◦ blue 122

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

Shades of Eggplant #98067A

Tints of Eggplant #98067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

 BLUE value IS 122 (48.05% from 255) = 43.57%

R = 54.29%
G = 2.14%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98067A (or 0x98067A) is known color: Eggplant. HEX triplet: 98, 06 and 7A. RGB value is (152,6,122). Sum of RGB (Red+Green+Blue) = 152+6+122=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #98067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98067A is #67F985. Grayscale: #3E3E3E. Windows color (decimal): -6814086 or 7997080. OLE color: 7997080.

HSL color Cylindrical-coordinate representation of color #98067A: hue angle of 312.33º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98067A is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 6 122 -
CMYK 0 0.96 0.20 0.40
HSL 312.33º 0.92% 0.31% -
HSV(B) 312.33º 0.96% 0.6% -
XYZ 16.53 8.21 19.13 -
YUV 62.88 161.37 191.57 -
System Red Green Blue C M Y K H S L
Decimal 152 6 122 0 0.96 0.20 0.40 312.33 0.92 0.31
Hex 98 6 7A 0 60 14 28 138 5C 1F
Octal 230 6 172 0 140 24 50 470 134 37
Binary 10011000 110 1111010 0 1100000 10100 101000 100111000 1011100 11111

Color Harmonies of #98067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98067A

Black with #98067A

Text Example


Text Example

White with #98067A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,6,122); }

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

background-color css

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

 a { background-color: rgb(152,6,122); }

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

border-color css

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

 span { border-color: rgb(152,6,122); }

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