Html Css Color HEX #991BDB Blue Violet

📋 copy color: '#991BDB'

red 153 ◦ green 27 ◦ blue 219

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

Shades of Blue Violet #991BDB

Tints of Blue Violet #991BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.89%

R = 38.35%
G = 6.77%
B = 54.89%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#991BDB (or 0x991BDB) is known color: Blue Violet. HEX triplet: 99, 1B and DB. RGB value is (153,27,219). Sum of RGB (Red+Green+Blue) = 153+27+219=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #991BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991BDB is #66E424. Grayscale: #555555. Windows color (decimal): -6743077 or 14359449. OLE color: 14359449.

HSL color Cylindrical-coordinate representation of color #991BDB: hue angle of 279.38º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991BDB is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 27 219 -
CMYK 0.30 0.88 0 0.14
HSL 279.38º 0.78% 0.48% -
HSV(B) 279.38º 0.88% 0.86% -
XYZ 26.31 12.67 68.08 -
YUV 86.56 202.74 175.39 -
System Red Green Blue C M Y K H S L
Decimal 153 27 219 0.30 0.88 0 0.14 279.38 0.78 0.48
Hex 99 1B DB 1E 58 0 E 117 4E 30
Octal 231 33 333 36 130 0 16 427 116 60
Binary 10011001 11011 11011011 11110 1011000 0 1110 100010111 1001110 110000

Color Harmonies of #991BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991BDB

Black with #991BDB

Text Example


Text Example

White with #991BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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