#920BBA

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

Shades of Dark Violet #920BBA

Tints of Dark Violet #920BBA

Color information

#920BBA (or 0x920BBA) is unknown color: approx Dark Violet. HEX triplet: 92, 0B and BA. RGB value is (146,11,186). Sum of RGB (Red+Green+Blue) = 146+11+186=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #920BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920BBA is #6DF445. Grayscale: #464646. Windows color (decimal): -7205958 or 12192658. OLE color: 12192658.

HSL color Cylindrical-coordinate representation of color #920BBA: hue angle of 286.29º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920BBA is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14611186-
CMYK0.220.9400.27
HSL286.29º88.83%38.63%-
HSV(B)286.29º94.09%72.94%-
XYZ20.849.947.27-
YUV71.32192.73181.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.57%
GREEN value IS 11 (4.69% from 255) = 3.21%
BLUE value IS 186 (73.05% from 255) = 54.23%
R=42.57%
G=3.21%
B=54.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146111860.220.9400.27286.2988.8338.63
Hex92BBA165E01B11e5927
Octal222132722613603343613147
Binary100100101011101110101011010111100110111000111101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,11,186); }

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

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

 a { background-color: rgb(146,11,186); }

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

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

 span { border-color: rgb(146,11,186); }

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