Html Css Color HEX #991FFA Blue Violet

📋 copy color: '#991FFA'

red 153 ◦ green 31 ◦ blue 250

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

Shades of Blue Violet #991FFA

Tints of Blue Violet #991FFA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.14%

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

R = 35.25%
G = 7.14%
B = 57.6%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#991FFA (or 0x991FFA) is known color: Blue Violet. HEX triplet: 99, 1F and FA. RGB value is (153,31,250). Sum of RGB (Red+Green+Blue) = 153+31+250=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #991FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #991FFA is #66E005. Grayscale: #5B5B5B. Windows color (decimal): -6742022 or 16392089. OLE color: 16392089.

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

Color convert

RGB 153 31 250 -
CMYK 0.39 0.88 0 0.02
HSL 273.42º 0.96% 0.55% -
HSV(B) 273.42º 0.88% 0.98% -
XYZ 30.88 14.65 91.64 -
YUV 92.44 216.92 171.19 -
System Red Green Blue C M Y K H S L
Decimal 153 31 250 0.39 0.88 0 0.02 273.42 0.96 0.55
Hex 99 1F FA 27 58 0 2 111 60 37
Octal 231 37 372 47 130 0 2 421 140 67
Binary 10011001 11111 11111010 100111 1011000 0 10 100010001 1100000 110111

Color Harmonies of #991FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991FFA

Black with #991FFA

Text Example


Text Example

White with #991FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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