Html Css Color HEX #991EFF Blue Violet

📋 copy color: '#991EFF'

red 153 ◦ green 30 ◦ blue 255

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

Shades of Blue Violet #991EFF

Tints of Blue Violet #991EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.85%

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

R = 34.93%
G = 6.85%
B = 58.22%

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

#991EFF (or 0x991EFF) is known color: Blue Violet. HEX triplet: 99, 1E and FF. RGB value is (153,30,255). Sum of RGB (Red+Green+Blue) = 153+30+255=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #991EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #991EFF is #66E100. Grayscale: #5B5B5B. Windows color (decimal): -6742273 or 16719513. OLE color: 16719513.

HSL color Cylindrical-coordinate representation of color #991EFF: hue angle of 272.8º 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 #991EFF is Cyan = 0.4, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 30 255 -
CMYK 0.4 0.88 0 0
HSL 272.8º 1% 0.56% -
HSV(B) 272.8º 0.88% 1% -
XYZ 31.65 14.92 95.82 -
YUV 92.43 219.75 171.2 -
System Red Green Blue C M Y K H S L
Decimal 153 30 255 0.4 0.88 0 0 272.8 1 0.56
Hex 99 1E FF 28 58 0 0 111 64 38
Octal 231 36 377 50 130 0 0 421 144 70
Binary 10011001 11110 11111111 101000 1011000 0 0 100010001 1100100 111000

Color Harmonies of #991EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991EFF

Black with #991EFF

Text Example


Text Example

White with #991EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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