Html Css Color HEX #991CF1 Blue Violet

📋 copy color: '#991CF1'

red 153 ◦ green 28 ◦ blue 241

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

Shades of Blue Violet #991CF1

Tints of Blue Violet #991CF1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.64%

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

R = 36.26%
G = 6.64%
B = 57.11%

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

#991CF1 (or 0x991CF1) is known color: Blue Violet. HEX triplet: 99, 1C and F1. RGB value is (153,28,241). Sum of RGB (Red+Green+Blue) = 153+28+241=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 241 (94.53% from 255 or 57.11% from 422); Max value from RGB is 241 - color contains mainly: blue. Hex color #991CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #991CF1 is #66E30E. Grayscale: #585858. Windows color (decimal): -6742799 or 15801497. OLE color: 15801497.

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

Color convert

RGB 153 28 241 -
CMYK 0.37 0.88 0 0.05
HSL 275.21º 0.88% 0.53% -
HSV(B) 275.21º 0.88% 0.95% -
XYZ 29.43 13.95 84.36 -
YUV 89.66 213.41 173.18 -
System Red Green Blue C M Y K H S L
Decimal 153 28 241 0.37 0.88 0 0.05 275.21 0.88 0.53
Hex 99 1C F1 25 58 0 5 113 58 35
Octal 231 34 361 45 130 0 5 423 130 65
Binary 10011001 11100 11110001 100101 1011000 0 101 100010011 1011000 110101

Color Harmonies of #991CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991CF1

Black with #991CF1

Text Example


Text Example

White with #991CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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