Html Css Color HEX #991FFF Blue Violet

📋 copy color: '#991FFF'

red 153 ◦ green 31 ◦ blue 255

#991FFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #991FFF

Tints of Blue Violet #991FFF

RGB

 RED value IS 153 (60.16% from 255) = 34.85%

 GREEN value IS 31 (12.5% from 255) = 7.06%

 BLUE value IS 255 (100% from 255) = 58.09%

R = 34.85%
G = 7.06%
B = 58.09%

CMYK

 C value IS 0.4

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#991FFF (or 0x991FFF) is known color: Blue Violet. HEX triplet: 99, 1F and FF. RGB value is (153,31,255). Sum of RGB (Red+Green+Blue) = 153+31+255=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 31 (12.5% from 255 or 7.06% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #991FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #991FFF is #66E000. Grayscale: #5C5C5C. Windows color (decimal): -6742017 or 16719769. OLE color: 16719769.

HSL color Cylindrical-coordinate representation of color #991FFF: hue angle of 272.68º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991FFF is Cyan = 0.4, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 31 255 -
CMYK 0.4 0.88 0 0
HSL 272.68º 1% 0.56% -
HSV(B) 272.68º 0.88% 1% -
XYZ 31.68 14.97 95.83 -
YUV 93.01 219.42 170.79 -
System Red Green Blue C M Y K H S L
Decimal 153 31 255 0.4 0.88 0 0 272.68 1 0.56
Hex 99 1F FF 28 58 0 0 111 64 38
Octal 231 37 377 50 130 0 0 421 144 70
Binary 10011001 11111 11111111 101000 1011000 0 0 100010001 1100100 111000

Color Harmonies of #991FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991FFF

Black with #991FFF

Text Example


Text Example

White with #991FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #991FFF;
 }
 .AnyTagClassName
 {
   color: #991FFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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