#923175

Color #923175 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #923175

Tints of Dark Purple #923175

Color information

#923175 (or 0x923175) is unknown color: approx Dark Purple. HEX triplet: 92, 31 and 75. RGB value is (146,49,117). Sum of RGB (Red+Green+Blue) = 146+49+117=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #923175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923175 is #6DCE8A. Grayscale: #555555. Windows color (decimal): -7196299 or 7680402. OLE color: 7680402.

HSL color Cylindrical-coordinate representation of color #923175: hue angle of 317.94º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923175 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB14649117-
CMYK00.660.200.43
HSL317.94º49.74%38.24%-
HSV(B)317.94º66.44%57.25%-
XYZ16.169.5917.83-
YUV85.76145.64170.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.79%
GREEN value IS 49 (19.53% from 255) = 15.71%
BLUE value IS 117 (46.09% from 255) = 37.5%
R=46.79%
G=15.71%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464911700.660.200.43317.9449.7438.24
Hex923175042142B13e3226
Octal22261165010224534766246
Binary1001001011000111101010100001010100101011100111110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923175; }

 p { color: rgb(146,49,117); }

 H1.HeaderClassName
 {
   color: #923175;
 }
 .AnyTagClassName
 {
   color: #923175;
 }
</style>
background-color css

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

 a { background-color: rgb(146,49,117); }

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

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

 span { border-color: rgb(146,49,117); }

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