#9133DD

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

Shades of Blue Violet #9133DD

Tints of Blue Violet #9133DD

Color information

#9133DD (or 0x9133DD) is unknown color: approx Blue Violet. HEX triplet: 91, 33 and DD. RGB value is (145,51,221). Sum of RGB (Red+Green+Blue) = 145+51+221=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #9133DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9133DD is #6ECC22. Grayscale: #616161. Windows color (decimal): -7261219 or 14496657. OLE color: 14496657.

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

Color convert

RGB14551221-
CMYK0.340.7700.13
HSL273.18º71.43%53.33%-
HSV(B)273.18º76.92%86.67%-
XYZ25.9113.6169.67-
YUV98.49197.14161.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 51 (20.31% from 255) = 12.23%
BLUE value IS 221 (86.72% from 255) = 53.00%
R=34.77%
G=12.23%
B=53.00%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal145512210.340.7700.13273.1871.4353.33
Hex9133DD224D0D1114735
Octal221633354211501542110765
Binary10010001110011110111011000101001101011011000100011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9133DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,51,221); }

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

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

 a { background-color: rgb(145,51,221); }

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

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

 span { border-color: rgb(145,51,221); }

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