#9206FF

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

Shades of Dark Violet #9206FF

Tints of Dark Violet #9206FF

Color information

#9206FF (or 0x9206FF) is unknown color: approx Dark Violet. HEX triplet: 92, 06 and FF. RGB value is (146,6,255). Sum of RGB (Red+Green+Blue) = 146+6+255=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #9206FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9206FF is #6DF900. Grayscale: #4B4B4B. Windows color (decimal): -7207169 or 16713362. OLE color: 16713362.

HSL color Cylindrical-coordinate representation of color #9206FF: hue angle of 273.73º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9206FF is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1466255-
CMYK0.430.9800
HSL273.73º100%51.18%-
HSV(B)273.73º97.65%100%-
XYZ29.9713.4695.63-
YUV76.25228.88177.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.87%
GREEN value IS 6 (2.73% from 255) = 1.47%
BLUE value IS 255 (100% from 255) = 62.65%
R=35.87%
G=1.47%
B=62.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal14662550.430.9800273.7310051.18
Hex926FF2B62001126433
Octal2226377531420042214463
Binary10010010110111111111010111100010001000100101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9206FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9206FF; }

 p { color: rgb(146,6,255); }

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

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

 a { background-color: rgb(146,6,255); }

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

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

 span { border-color: rgb(146,6,255); }

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