Html Css Color HEX #991BDF Blue Violet

📋 copy color: '#991BDF'

red 153 ◦ green 27 ◦ blue 223

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

Shades of Blue Violet #991BDF

Tints of Blue Violet #991BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.33%

R = 37.97%
G = 6.7%
B = 55.33%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#991BDF (or 0x991BDF) is known color: Blue Violet. HEX triplet: 99, 1B and DF. RGB value is (153,27,223). Sum of RGB (Red+Green+Blue) = 153+27+223=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #991BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991BDF is #66E420. Grayscale: #565656. Windows color (decimal): -6743073 or 14621593. OLE color: 14621593.

HSL color Cylindrical-coordinate representation of color #991BDF: hue angle of 278.57º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991BDF is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 27 223 -
CMYK 0.31 0.88 0 0.13
HSL 278.57º 0.78% 0.49% -
HSV(B) 278.57º 0.88% 0.87% -
XYZ 26.85 12.88 70.88 -
YUV 87.02 204.74 175.06 -
System Red Green Blue C M Y K H S L
Decimal 153 27 223 0.31 0.88 0 0.13 278.57 0.78 0.49
Hex 99 1B DF 1F 58 0 D 117 4E 31
Octal 231 33 337 37 130 0 15 427 116 61
Binary 10011001 11011 11011111 11111 1011000 0 1101 100010111 1001110 110001

Color Harmonies of #991BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991BDF

Black with #991BDF

Text Example


Text Example

White with #991BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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