#923987

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

Shades of Dark Purple #923987

Tints of Dark Purple #923987

Color information

#923987 (or 0x923987) is unknown color: approx Dark Purple. HEX triplet: 92, 39 and 87. RGB value is (146,57,135). Sum of RGB (Red+Green+Blue) = 146+57+135=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #923987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923987 is #6DC678. Grayscale: #5C5C5C. Windows color (decimal): -7194233 or 8862098. OLE color: 8862098.

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

Color convert

RGB14657135-
CMYK00.610.080.43
HSL307.42º43.84%39.8%-
HSV(B)307.42º60.96%57.25%-
XYZ17.6910.7924.07-
YUV92.5151.99166.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.20%
GREEN value IS 57 (22.66% from 255) = 16.86%
BLUE value IS 135 (53.12% from 255) = 39.94%
R=43.20%
G=16.86%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465713500.610.080.43307.4243.8439.8
Hex92398703D82B1332c28
Octal2227120707510534635450
Binary100100101110011000011101111011000101011100110011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923987; }

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

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

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

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

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

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

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

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