Html Css Color HEX #991BDD Blue Violet

📋 copy color: '#991BDD'

red 153 ◦ green 27 ◦ blue 221

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

Shades of Blue Violet #991BDD

Tints of Blue Violet #991BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.11%

R = 38.15%
G = 6.73%
B = 55.11%

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

#991BDD (or 0x991BDD) is known color: Blue Violet. HEX triplet: 99, 1B and DD. RGB value is (153,27,221). Sum of RGB (Red+Green+Blue) = 153+27+221=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #991BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991BDD is #66E422. Grayscale: #565656. Windows color (decimal): -6743075 or 14490521. OLE color: 14490521.

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

Color convert

RGB 153 27 221 -
CMYK 0.31 0.88 0 0.13
HSL 278.97º 0.78% 0.49% -
HSV(B) 278.97º 0.88% 0.87% -
XYZ 26.58 12.78 69.47 -
YUV 86.79 203.74 175.23 -
System Red Green Blue C M Y K H S L
Decimal 153 27 221 0.31 0.88 0 0.13 278.97 0.78 0.49
Hex 99 1B DD 1F 58 0 D 117 4E 31
Octal 231 33 335 37 130 0 15 427 116 61
Binary 10011001 11011 11011101 11111 1011000 0 1101 100010111 1001110 110001

Color Harmonies of #991BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991BDD

Black with #991BDD

Text Example


Text Example

White with #991BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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