#991FF1

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

Shades of Blue Violet #991FF1

Tints of Blue Violet #991FF1

Color information

#991FF1 (or 0x991FF1) is unknown color: approx Blue Violet. HEX triplet: 99, 1F and F1. RGB value is (153,31,241). Sum of RGB (Red+Green+Blue) = 153+31+241=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 241 (94.53% from 255 or 56.71% from 425); Max value from RGB is 241 - color contains mainly: blue. Hex color #991FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #991FF1 is #66E00E. Grayscale: #5A5A5A. Windows color (decimal): -6742031 or 15802265. OLE color: 15802265.

HSL color Cylindrical-coordinate representation of color #991FF1: hue angle of 274.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #991FF1 is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15331241-
CMYK0.370.8700.05
HSL274.86º88.24%53.33%-
HSV(B)274.86º87.14%94.51%-
XYZ29.514.184.39-
YUV91.42212.42171.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 31 (12.5% from 255) = 7.29%
BLUE value IS 241 (94.53% from 255) = 56.71%
R=36%
G=7.29%
B=56.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal153312410.370.8700.05274.8688.2453.33
Hex991FF12557051135835
Octal23137361451270542313065
Binary100110011111111110001100101101011101011000100111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991FF1; }

 p { color: rgb(153,31,241); }

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

<style>
 a { background-color: #991FF1; }

 a { background-color: rgb(153,31,241); }

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

<style>
 span { border-color: #991FF1; }

 span { border-color: rgb(153,31,241); }

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