Html Css Color HEX #990EDD Dark Violet

📋 copy color: '#990EDD'

red 153 ◦ green 14 ◦ blue 221

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

Shades of Dark Violet #990EDD

Tints of Dark Violet #990EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.61%

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

R = 39.43%
G = 3.61%
B = 56.96%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#990EDD (or 0x990EDD) is known color: Dark Violet. HEX triplet: 99, 0E and DD. RGB value is (153,14,221). Sum of RGB (Red+Green+Blue) = 153+14+221=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #990EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990EDD is #66F122. Grayscale: #4E4E4E. Windows color (decimal): -6746403 or 14487193. OLE color: 14487193.

HSL color Cylindrical-coordinate representation of color #990EDD: hue angle of 280.29º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990EDD is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 14 221 -
CMYK 0.31 0.94 0 0.13
HSL 280.29º 0.88% 0.46% -
HSV(B) 280.29º 0.94% 0.87% -
XYZ 26.35 12.31 69.39 -
YUV 79.16 208.05 180.67 -
System Red Green Blue C M Y K H S L
Decimal 153 14 221 0.31 0.94 0 0.13 280.29 0.88 0.46
Hex 99 E DD 1F 5E 0 D 118 58 2E
Octal 231 16 335 37 136 0 15 430 130 56
Binary 10011001 1110 11011101 11111 1011110 0 1101 100011000 1011000 101110

Color Harmonies of #990EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990EDD

Black with #990EDD

Text Example


Text Example

White with #990EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990EDD; }

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

 H1.HeaderClassName
 {
   color: #990EDD;
 }
 .AnyTagClassName
 {
   color: #990EDD;
 }
</style>

background-color css

<style>
 a { background-color: #990EDD; }

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

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

border-color css

<style>
 span { border-color: #990EDD; }

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

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