Html Css Color HEX #930165 Eggplant

📋 copy color: '#930165'

red 147 ◦ green 1 ◦ blue 101

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

Shades of Eggplant #930165

Tints of Eggplant #930165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 101 (39.84% from 255) = 40.56%

R = 59.04%
G = 0.4%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#930165 (or 0x930165) is known color: Eggplant. HEX triplet: 93, 01 and 65. RGB value is (147,1,101). Sum of RGB (Red+Green+Blue) = 147+1+101=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #930165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930165 is #6CFE9A. Grayscale: #373737. Windows color (decimal): -7143067 or 6619539. OLE color: 6619539.

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

Color convert

RGB 147 1 101 -
CMYK 0 0.99 0.31 0.42
HSL 318.9º 0.99% 0.29% -
HSV(B) 318.9º 0.99% 0.58% -
XYZ 14.39 7.16 12.94 -
YUV 56.05 153.37 192.87 -
System Red Green Blue C M Y K H S L
Decimal 147 1 101 0 0.99 0.31 0.42 318.9 0.99 0.29
Hex 93 1 65 0 63 1F 2A 13F 63 1D
Octal 223 1 145 0 143 37 52 477 143 35
Binary 10010011 1 1100101 0 1100011 11111 101010 100111111 1100011 11101

Color Harmonies of #930165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930165

Black with #930165

Text Example


Text Example

White with #930165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930165; }

 p { color: rgb(147,1,101); }

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

background-color css

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

 a { background-color: rgb(147,1,101); }

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

border-color css

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

 span { border-color: rgb(147,1,101); }

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