#9213DD

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

Shades of Dark Violet #9213DD

Tints of Dark Violet #9213DD

Color information

#9213DD (or 0x9213DD) is unknown color: approx Dark Violet. HEX triplet: 92, 13 and DD. RGB value is (146,19,221). Sum of RGB (Red+Green+Blue) = 146+19+221=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #9213DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9213DD is #6DEC22. Grayscale: #4F4F4F. Windows color (decimal): -7203875 or 14488466. OLE color: 14488466.

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

Color convert

RGB14619221-
CMYK0.340.9100.13
HSL277.72º84.17%47.06%-
HSV(B)277.72º91.4%86.67%-
XYZ25.1411.869.36-
YUV80207.58175.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.82%
GREEN value IS 19 (7.81% from 255) = 4.92%
BLUE value IS 221 (86.72% from 255) = 57.25%
R=37.82%
G=4.92%
B=57.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal146192210.340.9100.13277.7284.1747.06
Hex9213DD225B0D116542f
Octal222233354213301542612457
Binary1001001010011110111011000101011011011011000101101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9213DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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