#991ce0

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

Shades of Blue Violet #991CE0

Tints of Blue Violet #991CE0

Color information

#991CE0 (or 0x991CE0) is unknown color: approx Blue Violet. HEX triplet: 99, 1C and E0. RGB value is (153,28,224). Sum of RGB (Red+Green+Blue) = 153+28+224=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #991CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991CE0 is #66E31F. Grayscale: #575757. Windows color (decimal): -6742816 or 14687385. OLE color: 14687385.

HSL color Cylindrical-coordinate representation of color #991CE0: hue angle of 278.27º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991CE0 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15328224-
CMYK0.320.8800.12
HSL278.27º77.78%49.41%-
HSV(B)278.27º87.5%87.84%-
XYZ27.0112.9871.6-
YUV87.72204.91174.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 28 (11.33% from 255) = 6.91%
BLUE value IS 224 (87.89% from 255) = 55.31%
R=37.78%
G=6.91%
B=55.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal153282240.320.8800.12278.2777.7849.41
Hex991CE020580C1164e31
Octal231343404013001442611661
Binary1001100111100111000001000001011000011001000101101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991ce0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,28,224); }

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

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

 a { background-color: rgb(153,28,224); }

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

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

 span { border-color: rgb(153,28,224); }

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