Html Css Color HEX #991BFA Blue Violet

📋 copy color: '#991BFA'

red 153 ◦ green 27 ◦ blue 250

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

Shades of Blue Violet #991BFA

Tints of Blue Violet #991BFA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.28%

 BLUE value IS 250 (98.05% from 255) = 58.14%

R = 35.58%
G = 6.28%
B = 58.14%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#991BFA (or 0x991BFA) is known color: Blue Violet. HEX triplet: 99, 1B and FA. RGB value is (153,27,250). Sum of RGB (Red+Green+Blue) = 153+27+250=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #991BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #991BFA is #66E405. Grayscale: #595959. Windows color (decimal): -6743046 or 16391065. OLE color: 16391065.

HSL color Cylindrical-coordinate representation of color #991BFA: hue angle of 273.9º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991BFA is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 27 250 -
CMYK 0.39 0.89 0 0.02
HSL 273.9º 0.96% 0.54% -
HSV(B) 273.9º 0.89% 0.98% -
XYZ 30.78 14.46 91.61 -
YUV 90.1 218.24 172.87 -
System Red Green Blue C M Y K H S L
Decimal 153 27 250 0.39 0.89 0 0.02 273.9 0.96 0.54
Hex 99 1B FA 27 59 0 2 112 60 36
Octal 231 33 372 47 131 0 2 422 140 66
Binary 10011001 11011 11111010 100111 1011001 0 10 100010010 1100000 110110

Color Harmonies of #991BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991BFA

Black with #991BFA

Text Example


Text Example

White with #991BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,27,250); }

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

background-color css

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

 a { background-color: rgb(153,27,250); }

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

border-color css

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

 span { border-color: rgb(153,27,250); }

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