Html Css Color HEX #991EF1 Blue Violet

📋 copy color: '#991EF1'

red 153 ◦ green 30 ◦ blue 241

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

Shades of Blue Violet #991EF1

Tints of Blue Violet #991EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 56.84%

R = 36.08%
G = 7.08%
B = 56.84%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#991EF1 (or 0x991EF1) is known color: Blue Violet. HEX triplet: 99, 1E and F1. RGB value is (153,30,241). Sum of RGB (Red+Green+Blue) = 153+30+241=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 241 (94.53% from 255 or 56.84% from 424); Max value from RGB is 241 - color contains mainly: blue. Hex color #991EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #991EF1 is #66E10E. Grayscale: #5A5A5A. Windows color (decimal): -6742287 or 15802009. OLE color: 15802009.

HSL color Cylindrical-coordinate representation of color #991EF1: hue angle of 274.98º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991EF1 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 30 241 -
CMYK 0.37 0.88 0 0.05
HSL 274.98º 0.88% 0.53% -
HSV(B) 274.98º 0.88% 0.95% -
XYZ 29.48 14.05 84.38 -
YUV 90.83 212.75 172.34 -
System Red Green Blue C M Y K H S L
Decimal 153 30 241 0.37 0.88 0 0.05 274.98 0.88 0.53
Hex 99 1E F1 25 58 0 5 113 58 35
Octal 231 36 361 45 130 0 5 423 130 65
Binary 10011001 11110 11110001 100101 1011000 0 101 100010011 1011000 110101

Color Harmonies of #991EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991EF1

Black with #991EF1

Text Example


Text Example

White with #991EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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