#923886

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

Shades of Dark Purple #923886

Tints of Dark Purple #923886

Color information

#923886 (or 0x923886) is unknown color: approx Dark Purple. HEX triplet: 92, 38 and 86. RGB value is (146,56,134). Sum of RGB (Red+Green+Blue) = 146+56+134=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 146 - color contains mainly: red. Hex color #923886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923886 is #6DC779. Grayscale: #5B5B5B. Windows color (decimal): -7194490 or 8796306. OLE color: 8796306.

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

Color convert

RGB14656134-
CMYK00.620.080.43
HSL308º44.55%39.61%-
HSV(B)308º61.64%57.25%-
XYZ17.5710.6623.69-
YUV91.8151.82166.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.45%
GREEN value IS 56 (22.27% from 255) = 16.67%
BLUE value IS 134 (52.73% from 255) = 39.88%
R=43.45%
G=16.67%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465613400.620.080.4330844.5539.61
Hex92388603E82B1342d28
Octal2227020607610534645550
Binary100100101110001000011001111101000101011100110100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923886; }

 p { color: rgb(146,56,134); }

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

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

 a { background-color: rgb(146,56,134); }

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

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

 span { border-color: rgb(146,56,134); }

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