#921278

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

Shades of Dark Purple #921278

Tints of Dark Purple #921278

Color information

#921278 (or 0x921278) is unknown color: approx Dark Purple. HEX triplet: 92, 12 and 78. RGB value is (146,18,120). Sum of RGB (Red+Green+Blue) = 146+18+120=284 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.41% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 146 - color contains mainly: red. Hex color #921278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921278 is #6DED87. Grayscale: #434343. Windows color (decimal): -7204232 or 7869074. OLE color: 7869074.

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

Color convert

RGB14618120-
CMYK00.880.180.43
HSL312.19º78.05%32.16%-
HSV(B)312.19º87.67%57.25%-
XYZ15.467.918.48-
YUV67.9157.41183.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.41%
GREEN value IS 18 (7.42% from 255) = 6.34%
BLUE value IS 120 (47.27% from 255) = 42.25%
R=51.41%
G=6.34%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461812000.880.180.43312.1978.0532.16
Hex921278058122B1384e20
Octal222221700130225347011640
Binary1001001010010111100001011000100101010111001110001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921278; }

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

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

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

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

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

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

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

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