Html Css Color HEX #991DDF Blue Violet

📋 copy color: '#991DDF'

red 153 ◦ green 29 ◦ blue 223

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

Shades of Blue Violet #991DDF

Tints of Blue Violet #991DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.16%

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

R = 37.78%
G = 7.16%
B = 55.06%

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

#991DDF (or 0x991DDF) is known color: Blue Violet. HEX triplet: 99, 1D and DF. RGB value is (153,29,223). Sum of RGB (Red+Green+Blue) = 153+29+223=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #991DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991DDF is #66E220. Grayscale: #575757. Windows color (decimal): -6742561 or 14622105. OLE color: 14622105.

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

Color convert

RGB 153 29 223 -
CMYK 0.31 0.87 0 0.13
HSL 278.35º 0.77% 0.49% -
HSV(B) 278.35º 0.87% 0.87% -
XYZ 26.9 12.98 70.9 -
YUV 88.19 204.08 174.23 -
System Red Green Blue C M Y K H S L
Decimal 153 29 223 0.31 0.87 0 0.13 278.35 0.77 0.49
Hex 99 1D DF 1F 57 0 D 116 4D 31
Octal 231 35 337 37 127 0 15 426 115 61
Binary 10011001 11101 11011111 11111 1010111 0 1101 100010110 1001101 110001

Color Harmonies of #991DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991DDF

Black with #991DDF

Text Example


Text Example

White with #991DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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