#921279

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

Shades of Dark Purple #921279

Tints of Dark Purple #921279

Color information

#921279 (or 0x921279) is unknown color: approx Dark Purple. HEX triplet: 92, 12 and 79. RGB value is (146,18,121). Sum of RGB (Red+Green+Blue) = 146+18+121=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #921279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921279 is #6DED86. Grayscale: #434343. Windows color (decimal): -7204231 or 7934610. OLE color: 7934610.

HSL color Cylindrical-coordinate representation of color #921279: hue angle of 311.72º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921279 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14618121-
CMYK00.880.170.43
HSL311.72º78.05%32.16%-
HSV(B)311.72º87.67%57.25%-
XYZ15.527.9218.8-
YUV68.01157.91183.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.23%
GREEN value IS 18 (7.42% from 255) = 6.32%
BLUE value IS 121 (47.66% from 255) = 42.46%
R=51.23%
G=6.32%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461812100.880.170.43311.7278.0532.16
Hex921279058112B1384e20
Octal222221710130215347011640
Binary1001001010010111100101011000100011010111001110001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921279; }

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

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

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

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

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

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

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

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