#923382

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

Shades of Dark Purple #923382

Tints of Dark Purple #923382

Color information

#923382 (or 0x923382) is unknown color: approx Dark Purple. HEX triplet: 92, 33 and 82. RGB value is (146,51,130). Sum of RGB (Red+Green+Blue) = 146+51+130=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #923382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923382 is #6DCC7D. Grayscale: #585858. Windows color (decimal): -7195774 or 8532882. OLE color: 8532882.

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

Color convert

RGB14651130-
CMYK00.650.110.43
HSL310.11º48.22%38.63%-
HSV(B)310.11º65.07%57.25%-
XYZ17.0710.0922.17-
YUV88.41151.47169.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.65%
GREEN value IS 51 (20.31% from 255) = 15.60%
BLUE value IS 130 (51.17% from 255) = 39.76%
R=44.65%
G=15.60%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465113000.650.110.43310.1148.2238.63
Hex923382041B2B1363027
Octal22263202010113534666047
Binary1001001011001110000010010000011011101011100110110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923382; }

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

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

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

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

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

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

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

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