Html Css Color HEX #930075 Eggplant

📋 copy color: '#930075'

red 147 ◦ green 0 ◦ blue 117

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

Shades of Eggplant #930075

Tints of Eggplant #930075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 55.68%
G = 0%
B = 44.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#930075 (or 0x930075) is known color: Eggplant. HEX triplet: 93, 00 and 75. RGB value is (147,0,117). Sum of RGB (Red+Green+Blue) = 147+0+117=264 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.68% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 147 - color contains mainly: red. Hex color #930075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930075 is #6CFF8A. Grayscale: #383838. Windows color (decimal): -7143307 or 7667859. OLE color: 7667859.

HSL color Cylindrical-coordinate representation of color #930075: hue angle of 312.24º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #930075 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 0 117 -
CMYK 0 1 0.20 0.42
HSL 312.24º 1% 0.29% -
HSV(B) 312.24º 1% 0.58% -
XYZ 15.24 7.49 17.47 -
YUV 57.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 147 0 117 0 1 0.20 0.42 312.24 1 0.29
Hex 93 0 75 0 64 14 2A 138 64 1D
Octal 223 0 165 0 144 24 52 470 144 35
Binary 10010011 0 1110101 0 1100100 10100 101010 100111000 1100100 11101

Color Harmonies of #930075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930075

Black with #930075

Text Example


Text Example

White with #930075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930075; }

 p { color: rgb(147,0,117); }

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

background-color css

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

 a { background-color: rgb(147,0,117); }

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

border-color css

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

 span { border-color: rgb(147,0,117); }

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