#923F82

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

Shades of Dark Purple #923F82

Tints of Dark Purple #923F82

Color information

#923F82 (or 0x923F82) is unknown color: approx Dark Purple. HEX triplet: 92, 3F and 82. RGB value is (146,63,130). Sum of RGB (Red+Green+Blue) = 146+63+130=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #923F82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923F82 is #6DC07D. Grayscale: #5F5F5F. Windows color (decimal): -7192702 or 8535954. OLE color: 8535954.

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

Color convert

RGB14663130-
CMYK00.570.110.43
HSL311.57º39.71%40.98%-
HSV(B)311.57º56.85%57.25%-
XYZ17.6611.2822.37-
YUV95.45147.5164.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.07%
GREEN value IS 63 (25% from 255) = 18.58%
BLUE value IS 130 (51.17% from 255) = 38.35%
R=43.07%
G=18.58%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1466313000.570.110.43311.5739.7140.98
Hex923F82039B2B1382829
Octal2227720207113534705051
Binary100100101111111000001001110011011101011100111000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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