#923788

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

Shades of Dark Purple #923788

Tints of Dark Purple #923788

Color information

#923788 (or 0x923788) is unknown color: approx Dark Purple. HEX triplet: 92, 37 and 88. RGB value is (146,55,136). Sum of RGB (Red+Green+Blue) = 146+55+136=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #923788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923788 is #6DC877. Grayscale: #5B5B5B. Windows color (decimal): -7194744 or 8927122. OLE color: 8927122.

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

Color convert

RGB14655136-
CMYK00.620.070.43
HSL306.59º45.27%39.41%-
HSV(B)306.59º62.33%57.25%-
XYZ17.6610.6224.41-
YUV91.44153.15166.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.32%
GREEN value IS 55 (21.88% from 255) = 16.32%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=43.32%
G=16.32%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465513600.620.070.43306.5945.2739.41
Hex92378803E72B1332d27
Octal222672100767534635547
Binary10010010110111100010000111110111101011100110011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923788; }

 p { color: rgb(146,55,136); }

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

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

 a { background-color: rgb(146,55,136); }

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

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

 span { border-color: rgb(146,55,136); }

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