#923B85

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

Shades of Dark Purple #923B85

Tints of Dark Purple #923B85

Color information

#923B85 (or 0x923B85) is unknown color: approx Dark Purple. HEX triplet: 92, 3B and 85. RGB value is (146,59,133). Sum of RGB (Red+Green+Blue) = 146+59+133=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #923B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923B85 is #6DC47A. Grayscale: #5D5D5D. Windows color (decimal): -7193723 or 8731538. OLE color: 8731538.

HSL color Cylindrical-coordinate representation of color #923B85: hue angle of 308.97º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #923B85 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB14659133-
CMYK00.600.090.43
HSL308.97º42.44%40.2%-
HSV(B)308.97º59.59%57.25%-
XYZ17.6510.9323.37-
YUV93.45150.32165.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.20%
GREEN value IS 59 (23.44% from 255) = 17.46%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=43.20%
G=17.46%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465913300.600.090.43308.9742.4440.2
Hex923B8503C92B1352a28
Octal2227320507411534655250
Binary100100101110111000010101111001001101011100110101101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923B85; }

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

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

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

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

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

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

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

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