#9132DD

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

Shades of Blue Violet #9132DD

Tints of Blue Violet #9132DD

Color information

#9132DD (or 0x9132DD) is unknown color: approx Blue Violet. HEX triplet: 91, 32 and DD. RGB value is (145,50,221). Sum of RGB (Red+Green+Blue) = 145+50+221=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #9132DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9132DD is #6ECD22. Grayscale: #616161. Windows color (decimal): -7261475 or 14496401. OLE color: 14496401.

HSL color Cylindrical-coordinate representation of color #9132DD: hue angle of 273.33º degrees, saturation: 0.72, 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 #9132DD is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14550221-
CMYK0.340.7700.13
HSL273.33º71.55%53.14%-
HSV(B)273.33º77.38%86.67%-
XYZ25.8713.5269.65-
YUV97.9197.47161.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.86%
GREEN value IS 50 (19.92% from 255) = 12.02%
BLUE value IS 221 (86.72% from 255) = 53.12%
R=34.86%
G=12.02%
B=53.12%

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
Decimal145502210.340.7700.13273.3371.5553.14
Hex9132DD224D0D1114835
Octal221623354211501542111065
Binary10010001110010110111011000101001101011011000100011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9132DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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