#9A1FDD

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

Shades of Blue Violet #9A1FDD

Tints of Blue Violet #9A1FDD

Color information

#9A1FDD (or 0x9A1FDD) is unknown color: approx Blue Violet. HEX triplet: 9A, 1F and DD. RGB value is (154,31,221). Sum of RGB (Red+Green+Blue) = 154+31+221=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A1FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1FDD is #65E022. Grayscale: #585858. Windows color (decimal): -6676515 or 14491546. OLE color: 14491546.

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

Color convert

RGB15431221-
CMYK0.300.8600.13
HSL278.84º75.4%49.41%-
HSV(B)278.84º85.97%86.67%-
XYZ26.8713.0769.51-
YUV89.44202.25174.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.93%
GREEN value IS 31 (12.5% from 255) = 7.64%
BLUE value IS 221 (86.72% from 255) = 54.43%
R=37.93%
G=7.64%
B=54.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal154312210.300.8600.13278.8475.449.41
Hex9A1FDD1E560D1174b31
Octal232373353612601542711361
Binary100110101111111011101111101010110011011000101111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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