#920A7B

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

Shades of Dark Purple #920A7B

Tints of Dark Purple #920A7B

Color information

#920A7B (or 0x920A7B) is unknown color: approx Dark Purple. HEX triplet: 92, 0A and 7B. RGB value is (146,10,123). Sum of RGB (Red+Green+Blue) = 146+10+123=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #920A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920A7B is #6DF584. Grayscale: #3F3F3F. Windows color (decimal): -7206277 or 8063634. OLE color: 8063634.

HSL color Cylindrical-coordinate representation of color #920A7B: hue angle of 310.15º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920A7B is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14610123-
CMYK00.930.160.43
HSL310.15º87.18%30.59%-
HSV(B)310.15º93.15%57.25%-
XYZ15.547.7619.42-
YUV63.55161.56186.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.33%
GREEN value IS 10 (4.30% from 255) = 3.58%
BLUE value IS 123 (48.44% from 255) = 44.09%
R=52.33%
G=3.58%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461012300.930.160.43310.1587.1830.59
Hex92A7B05D102B136571f
Octal222121730135205346612737
Binary10010010101011110110101110110000101011100110110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,10,123); }

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

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

 a { background-color: rgb(146,10,123); }

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

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

 span { border-color: rgb(146,10,123); }

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