Html Css Color HEX #98065D Eggplant

📋 copy color: '#98065D'

red 152 ◦ green 6 ◦ blue 93

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

Shades of Eggplant #98065D

Tints of Eggplant #98065D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.05%

R = 60.56%
G = 2.39%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98065D (or 0x98065D) is known color: Eggplant. HEX triplet: 98, 06 and 5D. RGB value is (152,6,93). Sum of RGB (Red+Green+Blue) = 152+6+93=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #98065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98065D is #67F9A2. Grayscale: #3B3B3B. Windows color (decimal): -6814115 or 6096536. OLE color: 6096536.

HSL color Cylindrical-coordinate representation of color #98065D: hue angle of 324.25º 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 #98065D is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 6 93 -
CMYK 0 0.96 0.39 0.40
HSL 324.25º 0.92% 0.31% -
HSV(B) 324.25º 0.96% 0.6% -
XYZ 14.99 7.6 11.03 -
YUV 59.57 146.87 193.93 -
System Red Green Blue C M Y K H S L
Decimal 152 6 93 0 0.96 0.39 0.40 324.25 0.92 0.31
Hex 98 6 5D 0 60 27 28 144 5C 1F
Octal 230 6 135 0 140 47 50 504 134 37
Binary 10011000 110 1011101 0 1100000 100111 101000 101000100 1011100 11111

Color Harmonies of #98065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98065D

Black with #98065D

Text Example


Text Example

White with #98065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98065D; }

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

 H1.HeaderClassName
 {
   color: #98065D;
 }
 .AnyTagClassName
 {
   color: #98065D;
 }
</style>

background-color css

<style>
 a { background-color: #98065D; }

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

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

border-color css

<style>
 span { border-color: #98065D; }

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

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