#92277B

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

Shades of Dark Purple #92277B

Tints of Dark Purple #92277B

Color information

#92277B (or 0x92277B) is unknown color: approx Dark Purple. HEX triplet: 92, 27 and 7B. RGB value is (146,39,123). Sum of RGB (Red+Green+Blue) = 146+39+123=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #92277B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92277B is #6DD884. Grayscale: #505050. Windows color (decimal): -7198853 or 8071058. OLE color: 8071058.

HSL color Cylindrical-coordinate representation of color #92277B: hue angle of 312.9º 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 #92277B is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14639123-
CMYK00.730.160.43
HSL312.9º57.84%36.27%-
HSV(B)312.9º73.29%57.25%-
XYZ16.158.9919.62-
YUV80.57151.95174.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.40%
GREEN value IS 39 (15.62% from 255) = 12.66%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=47.40%
G=12.66%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463912300.730.160.43312.957.8436.27
Hex92277B049102B1393a24
Octal22247173011120534717244
Binary1001001010011111110110100100110000101011100111001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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