#922B87

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

Shades of Dark Purple #922B87

Tints of Dark Purple #922B87

Color information

#922B87 (or 0x922B87) is unknown color: approx Dark Purple. HEX triplet: 92, 2B and 87. RGB value is (146,43,135). Sum of RGB (Red+Green+Blue) = 146+43+135=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 146 - color contains mainly: red. Hex color #922B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922B87 is #6DD478. Grayscale: #545454. Windows color (decimal): -7197817 or 8858514. OLE color: 8858514.

HSL color Cylindrical-coordinate representation of color #922B87: hue angle of 306.41º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #922B87 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB14643135-
CMYK00.710.080.43
HSL306.41º54.5%37.06%-
HSV(B)306.41º70.55%57.25%-
XYZ17.099.5923.87-
YUV84.28156.62172.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.06%
GREEN value IS 43 (17.19% from 255) = 13.27%
BLUE value IS 135 (53.12% from 255) = 41.67%
R=45.06%
G=13.27%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464313500.710.080.43306.4154.537.06
Hex922B8704782B1323625
Octal22253207010710534626645
Binary1001001010101110000111010001111000101011100110010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922B87; }

 p { color: rgb(146,43,135); }

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

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

 a { background-color: rgb(146,43,135); }

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

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

 span { border-color: rgb(146,43,135); }

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