#9213D0

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

Shades of Dark Violet #9213D0

Tints of Dark Violet #9213D0

Color information

#9213D0 (or 0x9213D0) is unknown color: approx Dark Violet. HEX triplet: 92, 13 and D0. RGB value is (146,19,208). Sum of RGB (Red+Green+Blue) = 146+19+208=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 208 (81.64% from 255 or 55.76% from 373); Max value from RGB is 208 - color contains mainly: blue. Hex color #9213D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9213D0 is #6DEC2F. Grayscale: #4D4D4D. Windows color (decimal): -7203888 or 13636498. OLE color: 13636498.

HSL color Cylindrical-coordinate representation of color #9213D0: hue angle of 280.32º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9213D0 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14619208-
CMYK0.300.9100.18
HSL280.32º83.26%44.51%-
HSV(B)280.32º90.87%81.57%-
XYZ23.4711.1360.59-
YUV78.52201.08176.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 19 (7.81% from 255) = 5.09%
BLUE value IS 208 (81.64% from 255) = 55.76%
R=39.14%
G=5.09%
B=55.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal146192080.300.9100.18280.3283.2644.51
Hex9213D01E5B012118532d
Octal222233203613302243012355
Binary1001001010011110100001111010110110100101000110001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9213D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9213D0; }

 p { color: rgb(146,19,208); }

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

<style>
 a { background-color: #9213D0; }

 a { background-color: rgb(146,19,208); }

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

<style>
 span { border-color: #9213D0; }

 span { border-color: rgb(146,19,208); }

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