#923375

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

Shades of Dark Purple #923375

Tints of Dark Purple #923375

Color information

#923375 (or 0x923375) is unknown color: approx Dark Purple. HEX triplet: 92, 33 and 75. RGB value is (146,51,117). Sum of RGB (Red+Green+Blue) = 146+51+117=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #923375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923375 is #6DCC8A. Grayscale: #565656. Windows color (decimal): -7195787 or 7680914. OLE color: 7680914.

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

Color convert

RGB14651117-
CMYK00.650.200.43
HSL318.32º48.22%38.63%-
HSV(B)318.32º65.07%57.25%-
XYZ16.259.7617.86-
YUV86.93144.97170.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.50%
GREEN value IS 51 (20.31% from 255) = 16.24%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=46.50%
G=16.24%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465111700.650.200.43318.3248.2238.63
Hex923375041142B13e3027
Octal22263165010124534766047
Binary1001001011001111101010100000110100101011100111110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923375; }

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

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

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

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

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

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

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

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