Html Css Color HEX #991EDC Blue Violet

📋 copy color: '#991EDC'

red 153 ◦ green 30 ◦ blue 220

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

Shades of Blue Violet #991EDC

Tints of Blue Violet #991EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.59%

R = 37.97%
G = 7.44%
B = 54.59%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#991EDC (or 0x991EDC) is known color: Blue Violet. HEX triplet: 99, 1E and DC. RGB value is (153,30,220). Sum of RGB (Red+Green+Blue) = 153+30+220=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #991EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991EDC is #66E123. Grayscale: #575757. Windows color (decimal): -6742308 or 14425753. OLE color: 14425753.

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

Color convert

RGB 153 30 220 -
CMYK 0.30 0.86 0 0.14
HSL 278.84º 0.76% 0.49% -
HSV(B) 278.84º 0.86% 0.86% -
XYZ 26.52 12.87 68.8 -
YUV 88.44 202.25 174.05 -
System Red Green Blue C M Y K H S L
Decimal 153 30 220 0.30 0.86 0 0.14 278.84 0.76 0.49
Hex 99 1E DC 1E 56 0 E 117 4C 31
Octal 231 36 334 36 126 0 16 427 114 61
Binary 10011001 11110 11011100 11110 1010110 0 1110 100010111 1001100 110001

Color Harmonies of #991EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991EDC

Black with #991EDC

Text Example


Text Example

White with #991EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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