#922277

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

Shades of Dark Purple #922277

Tints of Dark Purple #922277

Color information

#922277 (or 0x922277) is unknown color: approx Dark Purple. HEX triplet: 92, 22 and 77. RGB value is (146,34,119). Sum of RGB (Red+Green+Blue) = 146+34+119=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #922277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922277 is #6DDD88. Grayscale: #4C4C4C. Windows color (decimal): -7200137 or 7807634. OLE color: 7807634.

HSL color Cylindrical-coordinate representation of color #922277: hue angle of 314.46º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #922277 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB14634119-
CMYK00.770.180.43
HSL314.46º62.22%35.29%-
HSV(B)314.46º76.71%57.25%-
XYZ15.768.5918.28-
YUV77.18151.61177.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.83%
GREEN value IS 34 (13.67% from 255) = 11.37%
BLUE value IS 119 (46.88% from 255) = 39.80%
R=48.83%
G=11.37%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463411900.770.180.43314.4662.2235.29
Hex92227704D122B13a3e23
Octal22242167011522534727643
Binary1001001010001011101110100110110010101011100111010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922277; }

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

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

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

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

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

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

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

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