#922376

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

Shades of Dark Purple #922376

Tints of Dark Purple #922376

Color information

#922376 (or 0x922376) is unknown color: approx Dark Purple. HEX triplet: 92, 23 and 76. RGB value is (146,35,118). Sum of RGB (Red+Green+Blue) = 146+35+118=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #922376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922376 is #6DDC89. Grayscale: #4D4D4D. Windows color (decimal): -7199882 or 7742354. OLE color: 7742354.

HSL color Cylindrical-coordinate representation of color #922376: hue angle of 315.14º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #922376 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB14635118-
CMYK00.760.190.43
HSL315.14º61.33%35.49%-
HSV(B)315.14º76.03%57.25%-
XYZ15.738.6217.97-
YUV77.65150.77176.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.83%
GREEN value IS 35 (14.06% from 255) = 11.71%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=48.83%
G=11.71%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463511800.760.190.43315.1461.3335.49
Hex92237604C132B13b3d23
Octal22243166011423534737543
Binary1001001010001111101100100110010011101011100111011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922376; }

 p { color: rgb(146,35,118); }

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

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

 a { background-color: rgb(146,35,118); }

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

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

 span { border-color: rgb(146,35,118); }

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