#991FFB

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

Shades of Blue Violet #991FFB

Tints of Blue Violet #991FFB

Color information

#991FFB (or 0x991FFB) is unknown color: approx Blue Violet. HEX triplet: 99, 1F and FB. RGB value is (153,31,251). Sum of RGB (Red+Green+Blue) = 153+31+251=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #991FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #991FFB is #66E004. Grayscale: #5B5B5B. Windows color (decimal): -6742021 or 16457625. OLE color: 16457625.

HSL color Cylindrical-coordinate representation of color #991FFB: hue angle of 273.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991FFB is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15331251-
CMYK0.390.8800.02
HSL273.27º96.49%55.29%-
HSV(B)273.27º87.65%98.43%-
XYZ31.0414.7292.47-
YUV92.56217.42171.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.17%
GREEN value IS 31 (12.5% from 255) = 7.13%
BLUE value IS 251 (98.44% from 255) = 57.70%
R=35.17%
G=7.13%
B=57.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal153312510.390.8800.02273.2796.4955.29
Hex991FFB2758021116037
Octal23137373471300242114067
Binary10011001111111111101110011110110000101000100011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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