#9149DB

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

Shades of Blue Violet #9149DB

Tints of Blue Violet #9149DB

Color information

#9149DB (or 0x9149DB) is unknown color: approx Blue Violet. HEX triplet: 91, 49 and DB. RGB value is (145,73,219). Sum of RGB (Red+Green+Blue) = 145+73+219=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #9149DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9149DB is #6EB624. Grayscale: #6E6E6E. Windows color (decimal): -7255589 or 14371217. OLE color: 14371217.

HSL color Cylindrical-coordinate representation of color #9149DB: hue angle of 269.59º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9149DB is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14573219-
CMYK0.340.6700.14
HSL269.59º66.97%57.25%-
HSV(B)269.59º66.67%85.88%-
XYZ26.8515.968.67-
YUV111.17188.85152.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.18%
GREEN value IS 73 (28.91% from 255) = 16.70%
BLUE value IS 219 (85.94% from 255) = 50.11%
R=33.18%
G=16.70%
B=50.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal145732190.340.6700.14269.5966.9757.25
Hex9149DB22430E10e4339
Octal2211113334210301641610371
Binary100100011001001110110111000101000011011101000011101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9149DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9149DB; }

 p { color: rgb(145,73,219); }

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

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

 a { background-color: rgb(145,73,219); }

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

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

 span { border-color: rgb(145,73,219); }

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