#922B77

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

Shades of Dark Purple #922B77

Tints of Dark Purple #922B77

Color information

#922B77 (or 0x922B77) is unknown color: approx Dark Purple. HEX triplet: 92, 2B and 77. RGB value is (146,43,119). Sum of RGB (Red+Green+Blue) = 146+43+119=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #922B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922B77 is #6DD488. Grayscale: #525252. Windows color (decimal): -7197833 or 7809938. OLE color: 7809938.

HSL color Cylindrical-coordinate representation of color #922B77: hue angle of 315.73º 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 #922B77 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB14643119-
CMYK00.710.180.43
HSL315.73º54.5%37.06%-
HSV(B)315.73º70.55%57.25%-
XYZ16.059.1718.38-
YUV82.46148.62173.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.40%
GREEN value IS 43 (17.19% from 255) = 13.96%
BLUE value IS 119 (46.88% from 255) = 38.64%
R=47.40%
G=13.96%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464311900.710.180.43315.7354.537.06
Hex922B77047122B13c3625
Octal22253167010722534746645
Binary1001001010101111101110100011110010101011100111100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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