#9200DD

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

Shades of Dark Violet #9200DD

Tints of Dark Violet #9200DD

Color information

#9200DD (or 0x9200DD) is unknown color: approx Dark Violet. HEX triplet: 92, 00 and DD. RGB value is (146,0,221). Sum of RGB (Red+Green+Blue) = 146+0+221=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #9200DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9200DD is #6DFF22. Grayscale: #444444. Windows color (decimal): -7208739 or 14483602. OLE color: 14483602.

HSL color Cylindrical-coordinate representation of color #9200DD: hue angle of 279.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9200DD is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1460221-
CMYK0.34100.13
HSL279.64º100%43.33%-
HSV(B)279.64º100%86.67%-
XYZ24.9111.3369.28-
YUV68.85213.87183.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 221 (86.72% from 255) = 60.22%
R=39.78%
G=0%
B=60.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal14602210.34100.13279.6410043.33
Hex920DD22640D118642b
Octal22203354214401543014453
Binary100100100110111011000101100100011011000110001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9200DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9200DD; }

 p { color: rgb(146,0,221); }

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

<style>
 a { background-color: #9200DD; }

 a { background-color: rgb(146,0,221); }

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

<style>
 span { border-color: #9200DD; }

 span { border-color: rgb(146,0,221); }

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