#923174

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

Shades of Dark Purple #923174

Tints of Dark Purple #923174

Color information

#923174 (or 0x923174) is unknown color: approx Dark Purple. HEX triplet: 92, 31 and 74. RGB value is (146,49,116). Sum of RGB (Red+Green+Blue) = 146+49+116=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #923174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923174 is #6DCE8B. Grayscale: #555555. Windows color (decimal): -7196300 or 7614866. OLE color: 7614866.

HSL color Cylindrical-coordinate representation of color #923174: hue angle of 318.56º degrees, saturation: 0.5, 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 #923174 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB14649116-
CMYK00.660.210.43
HSL318.56º49.74%38.24%-
HSV(B)318.56º66.44%57.25%-
XYZ16.19.5717.52-
YUV85.64145.14171.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.95%
GREEN value IS 49 (19.53% from 255) = 15.76%
BLUE value IS 116 (45.70% from 255) = 37.30%
R=46.95%
G=15.76%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464911600.660.210.43318.5649.7438.24
Hex923174042152B13f3226
Octal22261164010225534776246
Binary1001001011000111101000100001010101101011100111111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923174; }

 p { color: rgb(146,49,116); }

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

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

 a { background-color: rgb(146,49,116); }

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

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

 span { border-color: rgb(146,49,116); }

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