Html Css Color HEX #991AFF Blue Violet

📋 copy color: '#991AFF'

red 153 ◦ green 26 ◦ blue 255

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

Shades of Blue Violet #991AFF

Tints of Blue Violet #991AFF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.99%

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

R = 35.25%
G = 5.99%
B = 58.76%

CMYK

 C value IS 0.4

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#991AFF (or 0x991AFF) is known color: Blue Violet. HEX triplet: 99, 1A and FF. RGB value is (153,26,255). Sum of RGB (Red+Green+Blue) = 153+26+255=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #991AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #991AFF is #66E500. Grayscale: #595959. Windows color (decimal): -6743297 or 16718489. OLE color: 16718489.

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

Color convert

RGB 153 26 255 -
CMYK 0.4 0.90 0 0
HSL 273.28º 1% 0.55% -
HSV(B) 273.28º 0.9% 1% -
XYZ 31.56 14.73 95.79 -
YUV 90.08 221.08 172.88 -
System Red Green Blue C M Y K H S L
Decimal 153 26 255 0.4 0.90 0 0 273.28 1 0.55
Hex 99 1A FF 28 5A 0 0 111 64 37
Octal 231 32 377 50 132 0 0 421 144 67
Binary 10011001 11010 11111111 101000 1011010 0 0 100010001 1100100 110111

Color Harmonies of #991AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991AFF

Black with #991AFF

Text Example


Text Example

White with #991AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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