#92276A

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

Shades of Dark Purple #92276A

Tints of Dark Purple #92276A

Color information

#92276A (or 0x92276A) is unknown color: approx Dark Purple. HEX triplet: 92, 27 and 6A. RGB value is (146,39,106). Sum of RGB (Red+Green+Blue) = 146+39+106=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #92276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92276A is #6DD895. Grayscale: #4E4E4E. Windows color (decimal): -7198870 or 6956946. OLE color: 6956946.

HSL color Cylindrical-coordinate representation of color #92276A: hue angle of 322.43º degrees, saturation: 0.58, 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 #92276A is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB14639106-
CMYK00.730.270.43
HSL322.43º57.84%36.27%-
HSV(B)322.43º73.29%57.25%-
XYZ15.188.614.5-
YUV78.63143.45176.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.17%
GREEN value IS 39 (15.62% from 255) = 13.40%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=50.17%
G=13.40%
B=36.43%

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
Decimal1463910600.730.270.43322.4357.8436.27
Hex92276A0491B2B1423a24
Octal22247152011133535027244
Binary1001001010011111010100100100111011101011101000010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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