#923272

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

Shades of Dark Purple #923272

Tints of Dark Purple #923272

Color information

#923272 (or 0x923272) is unknown color: approx Dark Purple. HEX triplet: 92, 32 and 72. RGB value is (146,50,114). Sum of RGB (Red+Green+Blue) = 146+50+114=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #923272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923272 is #6DCD8D. Grayscale: #555555. Windows color (decimal): -7196046 or 7484050. OLE color: 7484050.

HSL color Cylindrical-coordinate representation of color #923272: hue angle of 320º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923272 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB14650114-
CMYK00.660.220.43
HSL320º48.98%38.43%-
HSV(B)320º65.75%57.25%-
XYZ16.039.6116.93-
YUV86143.8170.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.10%
GREEN value IS 50 (19.92% from 255) = 16.13%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=47.10%
G=16.13%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465011400.660.220.4332048.9838.43
Hex923272042162B1403126
Octal22262162010226535006146
Binary1001001011001011100100100001010110101011101000000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923272; }

 p { color: rgb(146,50,114); }

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

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

 a { background-color: rgb(146,50,114); }

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

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

 span { border-color: rgb(146,50,114); }

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