#922279

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

Shades of Dark Purple #922279

Tints of Dark Purple #922279

Color information

#922279 (or 0x922279) is unknown color: approx Dark Purple. HEX triplet: 92, 22 and 79. RGB value is (146,34,121). Sum of RGB (Red+Green+Blue) = 146+34+121=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #922279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922279 is #6DDD86. Grayscale: #4D4D4D. Windows color (decimal): -7200135 or 7938706. OLE color: 7938706.

HSL color Cylindrical-coordinate representation of color #922279: hue angle of 313.39º 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 #922279 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14634121-
CMYK00.770.170.43
HSL313.39º62.22%35.29%-
HSV(B)313.39º76.71%57.25%-
XYZ15.888.6418.92-
YUV77.41152.61176.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.50%
GREEN value IS 34 (13.67% from 255) = 11.30%
BLUE value IS 121 (47.66% from 255) = 40.20%
R=48.50%
G=11.30%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463412100.770.170.43313.3962.2235.29
Hex92227904D112B1393e23
Octal22242171011521534717643
Binary1001001010001011110010100110110001101011100111001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922279; }

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

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

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

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

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

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

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

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