#92266A

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

Shades of Dark Purple #92266A

Tints of Dark Purple #92266A

Color information

#92266A (or 0x92266A) is unknown color: approx Dark Purple. HEX triplet: 92, 26 and 6A. RGB value is (146,38,106). Sum of RGB (Red+Green+Blue) = 146+38+106=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #92266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92266A is #6DD995. Grayscale: #4D4D4D. Windows color (decimal): -7199126 or 6956690. OLE color: 6956690.

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

Color convert

RGB14638106-
CMYK00.740.270.43
HSL322.22º58.7%36.08%-
HSV(B)322.22º73.97%57.25%-
XYZ15.158.5414.49-
YUV78.04143.78176.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.34%
GREEN value IS 38 (15.23% from 255) = 13.10%
BLUE value IS 106 (41.80% from 255) = 36.55%
R=50.34%
G=13.10%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463810600.740.270.43322.2258.736.08
Hex92266A04A1B2B1423b24
Octal22246152011233535027344
Binary1001001010011011010100100101011011101011101000010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92266A; }

 p { color: rgb(146,38,106); }

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

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

 a { background-color: rgb(146,38,106); }

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

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

 span { border-color: rgb(146,38,106); }

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