#9A1FDB

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

Shades of Blue Violet #9A1FDB

Tints of Blue Violet #9A1FDB

Color information

#9A1FDB (or 0x9A1FDB) is unknown color: approx Blue Violet. HEX triplet: 9A, 1F and DB. RGB value is (154,31,219). Sum of RGB (Red+Green+Blue) = 154+31+219=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A1FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1FDB is #65E024. Grayscale: #585858. Windows color (decimal): -6676517 or 14360474. OLE color: 14360474.

HSL color Cylindrical-coordinate representation of color #9A1FDB: hue angle of 279.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1FDB is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15431219-
CMYK0.300.8600.14
HSL279.26º75.2%49.02%-
HSV(B)279.26º85.84%85.88%-
XYZ26.612.9668.12-
YUV89.21201.25174.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.12%
GREEN value IS 31 (12.5% from 255) = 7.67%
BLUE value IS 219 (85.94% from 255) = 54.21%
R=38.12%
G=7.67%
B=54.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal154312190.300.8600.14279.2675.249.02
Hex9A1FDB1E560E1174b31
Octal232373333612601642711361
Binary100110101111111011011111101010110011101000101111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A1FDB; }

 p { color: rgb(154,31,219); }

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

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

 a { background-color: rgb(154,31,219); }

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

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

 span { border-color: rgb(154,31,219); }

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