#922368

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

Shades of Dark Purple #922368

Tints of Dark Purple #922368

Color information

#922368 (or 0x922368) is unknown color: approx Dark Purple. HEX triplet: 92, 23 and 68. RGB value is (146,35,104). Sum of RGB (Red+Green+Blue) = 146+35+104=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #922368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922368 is #6DDC97. Grayscale: #4B4B4B. Windows color (decimal): -7199896 or 6824850. OLE color: 6824850.

HSL color Cylindrical-coordinate representation of color #922368: hue angle of 322.7º 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 #922368 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB14635104-
CMYK00.760.290.43
HSL322.7º61.33%35.49%-
HSV(B)322.7º76.03%57.25%-
XYZ14.958.3113.91-
YUV76.05143.77177.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.23%
GREEN value IS 35 (14.06% from 255) = 12.28%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=51.23%
G=12.28%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463510400.760.290.43322.761.3335.49
Hex92236804C1D2B1433d23
Octal22243150011435535037543
Binary1001001010001111010000100110011101101011101000011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922368; }

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

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

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

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

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

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

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

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