Html Css Color HEX #930A6D Eggplant

📋 copy color: '#930A6D'

red 147 ◦ green 10 ◦ blue 109

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

Shades of Eggplant #930A6D

Tints of Eggplant #930A6D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.76%

 BLUE value IS 109 (42.97% from 255) = 40.98%

R = 55.26%
G = 3.76%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#930A6D (or 0x930A6D) is known color: Eggplant. HEX triplet: 93, 0A and 6D. RGB value is (147,10,109). Sum of RGB (Red+Green+Blue) = 147+10+109=266 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.26% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 147 - color contains mainly: red. Hex color #930A6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930A6D is #6CF592. Grayscale: #3D3D3D. Windows color (decimal): -7140755 or 7146131. OLE color: 7146131.

HSL color Cylindrical-coordinate representation of color #930A6D: hue angle of 316.64º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930A6D is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 10 109 -
CMYK 0 0.93 0.26 0.42
HSL 316.64º 0.87% 0.31% -
HSV(B) 316.64º 0.93% 0.58% -
XYZ 14.9 7.52 15.13 -
YUV 62.25 154.39 188.45 -
System Red Green Blue C M Y K H S L
Decimal 147 10 109 0 0.93 0.26 0.42 316.64 0.87 0.31
Hex 93 A 6D 0 5D 1A 2A 13D 57 1F
Octal 223 12 155 0 135 32 52 475 127 37
Binary 10010011 1010 1101101 0 1011101 11010 101010 100111101 1010111 11111

Color Harmonies of #930A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930A6D

Black with #930A6D

Text Example


Text Example

White with #930A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930A6D; }

 p { color: rgb(147,10,109); }

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

background-color css

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

 a { background-color: rgb(147,10,109); }

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

border-color css

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

 span { border-color: rgb(147,10,109); }

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