#923984

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

Shades of Dark Purple #923984

Tints of Dark Purple #923984

Color information

#923984 (or 0x923984) is unknown color: approx Dark Purple. HEX triplet: 92, 39 and 84. RGB value is (146,57,132). Sum of RGB (Red+Green+Blue) = 146+57+132=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #923984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923984 is #6DC67B. Grayscale: #5B5B5B. Windows color (decimal): -7194236 or 8665490. OLE color: 8665490.

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

Color convert

RGB14657132-
CMYK00.610.100.43
HSL309.44º43.84%39.8%-
HSV(B)309.44º60.96%57.25%-
XYZ17.4810.722.97-
YUV92.16150.49166.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.58%
GREEN value IS 57 (22.66% from 255) = 17.01%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=43.58%
G=17.01%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465713200.610.100.43309.4443.8439.8
Hex92398403DA2B1352c28
Octal2227120407512534655450
Binary100100101110011000010001111011010101011100110101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923984; }

 p { color: rgb(146,57,132); }

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

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

 a { background-color: rgb(146,57,132); }

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

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

 span { border-color: rgb(146,57,132); }

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