#923385

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

Shades of Dark Purple #923385

Tints of Dark Purple #923385

Color information

#923385 (or 0x923385) is unknown color: approx Dark Purple. HEX triplet: 92, 33 and 85. RGB value is (146,51,133). Sum of RGB (Red+Green+Blue) = 146+51+133=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #923385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923385 is #6DCC7A. Grayscale: #585858. Windows color (decimal): -7195771 or 8729490. OLE color: 8729490.

HSL color Cylindrical-coordinate representation of color #923385: hue angle of 308.21º 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 #923385 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB14651133-
CMYK00.650.090.43
HSL308.21º48.22%38.63%-
HSV(B)308.21º65.07%57.25%-
XYZ17.2710.1723.24-
YUV88.75152.97168.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.24%
GREEN value IS 51 (20.31% from 255) = 15.45%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=44.24%
G=15.45%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465113300.650.090.43308.2148.2238.63
Hex92338504192B1343027
Octal22263205010111534646047
Binary1001001011001110000101010000011001101011100110100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923385; }

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

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

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

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

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

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

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

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