Html Css Color HEX #991ADB Blue Violet

📋 copy color: '#991ADB'

red 153 ◦ green 26 ◦ blue 219

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

Shades of Blue Violet #991ADB

Tints of Blue Violet #991ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.53%

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

R = 38.44%
G = 6.53%
B = 55.03%

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

#991ADB (or 0x991ADB) is known color: Blue Violet. HEX triplet: 99, 1A and DB. RGB value is (153,26,219). Sum of RGB (Red+Green+Blue) = 153+26+219=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #991ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991ADB is #66E524. Grayscale: #555555. Windows color (decimal): -6743333 or 14359193. OLE color: 14359193.

HSL color Cylindrical-coordinate representation of color #991ADB: hue angle of 279.48º degrees, saturation: 0.79, 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 #991ADB is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 26 219 -
CMYK 0.30 0.88 0 0.14
HSL 279.48º 0.79% 0.48% -
HSV(B) 279.48º 0.88% 0.86% -
XYZ 26.29 12.63 68.07 -
YUV 85.98 203.08 175.81 -
System Red Green Blue C M Y K H S L
Decimal 153 26 219 0.30 0.88 0 0.14 279.48 0.79 0.48
Hex 99 1A DB 1E 58 0 E 117 4F 30
Octal 231 32 333 36 130 0 16 427 117 60
Binary 10011001 11010 11011011 11110 1011000 0 1110 100010111 1001111 110000

Color Harmonies of #991ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991ADB

Black with #991ADB

Text Example


Text Example

White with #991ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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