#9129DA

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

Shades of Blue Violet #9129DA

Tints of Blue Violet #9129DA

Color information

#9129DA (or 0x9129DA) is unknown color: approx Blue Violet. HEX triplet: 91, 29 and DA. RGB value is (145,41,218). Sum of RGB (Red+Green+Blue) = 145+41+218=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #9129DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9129DA is #6ED625. Grayscale: #5B5B5B. Windows color (decimal): -7263782 or 14297489. OLE color: 14297489.

HSL color Cylindrical-coordinate representation of color #9129DA: hue angle of 275.25º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9129DA is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14541218-
CMYK0.330.8100.15
HSL275.25º70.52%50.78%-
HSV(B)275.25º81.19%85.49%-
XYZ25.1212.6767.45-
YUV92.27198.96165.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.89%
GREEN value IS 41 (16.41% from 255) = 10.15%
BLUE value IS 218 (85.55% from 255) = 53.96%
R=35.89%
G=10.15%
B=53.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal145412180.330.8100.15275.2570.5250.78
Hex9129DA21510F1134733
Octal221513324112101742310763
Binary10010001101001110110101000011010001011111000100111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9129DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9129DA; }

 p { color: rgb(145,41,218); }

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

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

 a { background-color: rgb(145,41,218); }

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

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

 span { border-color: rgb(145,41,218); }

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