Html Css Color HEX #93095F Eggplant

📋 copy color: '#93095F'

red 147 ◦ green 9 ◦ blue 95

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

Shades of Eggplant #93095F

Tints of Eggplant #93095F

RGB

 RED value IS 147 (57.81% from 255) = 58.57%

 GREEN value IS 9 (3.91% from 255) = 3.59%

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

R = 58.57%
G = 3.59%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#93095F (or 0x93095F) is known color: Eggplant. HEX triplet: 93, 09 and 5F. RGB value is (147,9,95). Sum of RGB (Red+Green+Blue) = 147+9+95=251 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.57% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 147 - color contains mainly: red. Hex color #93095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93095F is #6CF6A0. Grayscale: #3B3B3B. Windows color (decimal): -7141025 or 6228371. OLE color: 6228371.

HSL color Cylindrical-coordinate representation of color #93095F: hue angle of 322.61º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93095F is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 9 95 -
CMYK 0 0.94 0.35 0.42
HSL 322.61º 0.88% 0.31% -
HSV(B) 322.61º 0.94% 0.58% -
XYZ 14.2 7.22 11.47 -
YUV 60.07 147.72 190.01 -
System Red Green Blue C M Y K H S L
Decimal 147 9 95 0 0.94 0.35 0.42 322.61 0.88 0.31
Hex 93 9 5F 0 5E 23 2A 143 58 1F
Octal 223 11 137 0 136 43 52 503 130 37
Binary 10010011 1001 1011111 0 1011110 100011 101010 101000011 1011000 11111

Color Harmonies of #93095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93095F

Black with #93095F

Text Example


Text Example

White with #93095F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,9,95); }

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

background-color css

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

 a { background-color: rgb(147,9,95); }

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

border-color css

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

 span { border-color: rgb(147,9,95); }

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