#920cbf

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

Shades of Dark Violet #920CBF

Tints of Dark Violet #920CBF

Color information

#920CBF (or 0x920CBF) is unknown color: approx Dark Violet. HEX triplet: 92, 0C and BF. RGB value is (146,12,191). Sum of RGB (Red+Green+Blue) = 146+12+191=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #920CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920CBF is #6DF340. Grayscale: #474747. Windows color (decimal): -7205697 or 12520594. OLE color: 12520594.

HSL color Cylindrical-coordinate representation of color #920CBF: hue angle of 284.92º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920CBF is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14612191-
CMYK0.240.9400.25
HSL284.92º88.18%39.8%-
HSV(B)284.92º93.72%74.9%-
XYZ21.3910.1450.12-
YUV72.47194.89180.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.83%
GREEN value IS 12 (5.08% from 255) = 3.44%
BLUE value IS 191 (75% from 255) = 54.73%
R=41.83%
G=3.44%
B=54.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146121910.240.9400.25284.9288.1839.8
Hex92CBF185E01911d5828
Octal222142773013603143513050
Binary100100101100101111111100010111100110011000111011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920cbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,12,191); }

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

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

 a { background-color: rgb(146,12,191); }

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

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

 span { border-color: rgb(146,12,191); }

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