#210949

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

Shades of Violent Violet #210949

Tints of Violent Violet #210949

Color information

#210949 (or 0x210949) is unknown color: approx Violent Violet. HEX triplet: 21, 09 and 49. RGB value is (33,9,73). Sum of RGB (Red+Green+Blue) = 33+9+73=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #210949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210949 is #DEF6B6. Grayscale: #171717. Windows color (decimal): -14612151 or 4786465. OLE color: 4786465.

HSL color Cylindrical-coordinate representation of color #210949: hue angle of 262.5º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210949 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB33973-
CMYK0.550.8800.71
HSL262.5º78.05%16.08%-
HSV(B)262.5º87.67%28.63%-
XYZ1.9316.39-
YUV23.47155.95134.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.70%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 73 (28.91% from 255) = 63.48%
R=28.70%
G=7.83%
B=63.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal339730.550.8800.71262.578.0516.08
Hex2194937580471064e10
Octal411111167130010740611620
Binary10000110011001001110111101100001000111100000110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210949; }

 p { color: rgb(33,9,73); }

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

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

 a { background-color: rgb(33,9,73); }

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

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

 span { border-color: rgb(33,9,73); }

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