#920f78

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

Shades of Dark Purple #920F78

Tints of Dark Purple #920F78

Color information

#920F78 (or 0x920F78) is unknown color: approx Dark Purple. HEX triplet: 92, 0F and 78. RGB value is (146,15,120). Sum of RGB (Red+Green+Blue) = 146+15+120=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #920F78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920F78 is #6DF087. Grayscale: #414141. Windows color (decimal): -7205000 or 7868306. OLE color: 7868306.

HSL color Cylindrical-coordinate representation of color #920F78: hue angle of 311.91º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920F78 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB14615120-
CMYK00.900.180.43
HSL311.91º81.37%31.57%-
HSV(B)311.91º89.73%57.25%-
XYZ15.427.8118.46-
YUV66.14158.4184.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.96%
GREEN value IS 15 (6.25% from 255) = 5.34%
BLUE value IS 120 (47.27% from 255) = 42.70%
R=51.96%
G=5.34%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461512000.900.180.43311.9181.3731.57
Hex92F7805A122B1385120
Octal222171700132225347012140
Binary100100101111111100001011010100101010111001110001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920f78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920f78; }

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

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

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

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

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

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

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

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