Html Css Color HEX #991CDD Blue Violet

📋 copy color: '#991CDD'

red 153 ◦ green 28 ◦ blue 221

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

Shades of Blue Violet #991CDD

Tints of Blue Violet #991CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.97%

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

R = 38.06%
G = 6.97%
B = 54.98%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#991CDD (or 0x991CDD) is known color: Blue Violet. HEX triplet: 99, 1C and DD. RGB value is (153,28,221). Sum of RGB (Red+Green+Blue) = 153+28+221=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #991CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991CDD is #66E322. Grayscale: #565656. Windows color (decimal): -6742819 or 14490777. OLE color: 14490777.

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

Color convert

RGB 153 28 221 -
CMYK 0.31 0.87 0 0.13
HSL 278.86º 0.78% 0.49% -
HSV(B) 278.86º 0.87% 0.87% -
XYZ 26.6 12.82 69.48 -
YUV 87.38 203.41 174.81 -
System Red Green Blue C M Y K H S L
Decimal 153 28 221 0.31 0.87 0 0.13 278.86 0.78 0.49
Hex 99 1C DD 1F 57 0 D 117 4E 31
Octal 231 34 335 37 127 0 15 427 116 61
Binary 10011001 11100 11011101 11111 1010111 0 1101 100010111 1001110 110001

Color Harmonies of #991CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991CDD

Black with #991CDD

Text Example


Text Example

White with #991CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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