Html Css Color HEX #991EDE Blue Violet

📋 copy color: '#991EDE'

red 153 ◦ green 30 ◦ blue 222

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

Shades of Blue Violet #991EDE

Tints of Blue Violet #991EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.41%

 BLUE value IS 222 (87.11% from 255) = 54.81%

R = 37.78%
G = 7.41%
B = 54.81%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#991EDE (or 0x991EDE) is known color: Blue Violet. HEX triplet: 99, 1E and DE. RGB value is (153,30,222). Sum of RGB (Red+Green+Blue) = 153+30+222=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #991EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991EDE is #66E121. Grayscale: #585858. Windows color (decimal): -6742306 or 14556825. OLE color: 14556825.

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

Color convert

RGB 153 30 222 -
CMYK 0.31 0.86 0 0.13
HSL 278.44º 0.76% 0.49% -
HSV(B) 278.44º 0.86% 0.87% -
XYZ 26.79 12.97 70.2 -
YUV 88.67 203.25 173.89 -
System Red Green Blue C M Y K H S L
Decimal 153 30 222 0.31 0.86 0 0.13 278.44 0.76 0.49
Hex 99 1E DE 1F 56 0 D 116 4C 31
Octal 231 36 336 37 126 0 15 426 114 61
Binary 10011001 11110 11011110 11111 1010110 0 1101 100010110 1001100 110001

Color Harmonies of #991EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991EDE

Black with #991EDE

Text Example


Text Example

White with #991EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,30,222); }

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

background-color css

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

 a { background-color: rgb(153,30,222); }

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

border-color css

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

 span { border-color: rgb(153,30,222); }

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