#9201CE

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

Shades of Dark Violet #9201CE

Tints of Dark Violet #9201CE

Color information

#9201CE (or 0x9201CE) is unknown color: approx Dark Violet. HEX triplet: 92, 01 and CE. RGB value is (146,1,206). Sum of RGB (Red+Green+Blue) = 146+1+206=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #9201CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9201CE is #6DFE31. Grayscale: #434343. Windows color (decimal): -7208498 or 13500818. OLE color: 13500818.

HSL color Cylindrical-coordinate representation of color #9201CE: hue angle of 282.44º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9201CE is Cyan = 0.29, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1461206-
CMYK0.291.0000.19
HSL282.44º99.03%40.59%-
HSV(B)282.44º99.51%80.78%-
XYZ23.0110.5959.22-
YUV67.72206.04183.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.36%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 206 (80.86% from 255) = 58.36%
R=41.36%
G=0.28%
B=58.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal14612060.291.0000.19282.4499.0340.59
Hex921CE1D6401311a6329
Octal22213163514402343214351
Binary100100101110011101110111001000100111000110101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9201CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9201CE; }

 p { color: rgb(146,1,206); }

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

<style>
 a { background-color: #9201CE; }

 a { background-color: rgb(146,1,206); }

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

<style>
 span { border-color: #9201CE; }

 span { border-color: rgb(146,1,206); }

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