#92286B

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

Shades of Dark Purple #92286B

Tints of Dark Purple #92286B

Color information

#92286B (or 0x92286B) is unknown color: approx Dark Purple. HEX triplet: 92, 28 and 6B. RGB value is (146,40,107). Sum of RGB (Red+Green+Blue) = 146+40+107=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #92286B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92286B is #6DD794. Grayscale: #4F4F4F. Windows color (decimal): -7198613 or 7022738. OLE color: 7022738.

HSL color Cylindrical-coordinate representation of color #92286B: hue angle of 322.08º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #92286B is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB14640107-
CMYK00.730.270.43
HSL322.08º56.99%36.47%-
HSV(B)322.08º72.6%57.25%-
XYZ15.278.6914.78-
YUV79.33143.62175.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.83%
GREEN value IS 40 (16.02% from 255) = 13.65%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=49.83%
G=13.65%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464010700.730.270.43322.0856.9936.47
Hex92286B0491B2B1423924
Octal22250153011133535027144
Binary1001001010100011010110100100111011101011101000010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92286B; }

 p { color: rgb(146,40,107); }

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

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

 a { background-color: rgb(146,40,107); }

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

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

 span { border-color: rgb(146,40,107); }

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