#991FA5

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

Shades of Vivid Violet #991FA5

Tints of Vivid Violet #991FA5

Color information

#991FA5 (or 0x991FA5) is unknown color: approx Vivid Violet. HEX triplet: 99, 1F and A5. RGB value is (153,31,165). Sum of RGB (Red+Green+Blue) = 153+31+165=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 165 (64.84% from 255 or 47.28% from 349); Max value from RGB is 165 - color contains mainly: blue. Hex color #991FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991FA5 is #66E05A. Grayscale: #525252. Windows color (decimal): -6742107 or 10821529. OLE color: 10821529.

HSL color Cylindrical-coordinate representation of color #991FA5: hue angle of 294.63º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991FA5 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15331165-
CMYK0.070.8100.35
HSL294.63º68.37%38.43%-
HSV(B)294.63º81.21%64.71%-
XYZ20.4210.4736.54-
YUV82.75174.42178.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.84%
GREEN value IS 31 (12.5% from 255) = 8.88%
BLUE value IS 165 (64.84% from 255) = 47.28%
R=43.84%
G=8.88%
B=47.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal153311650.070.8100.35294.6368.3738.43
Hex991FA57510231274426
Octal23137245712104344710446
Binary100110011111110100101111101000101000111001001111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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