Html Css Color HEX #990EDF Dark Violet

📋 copy color: '#990EDF'

red 153 ◦ green 14 ◦ blue 223

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

Shades of Dark Violet #990EDF

Tints of Dark Violet #990EDF

RGB

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

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

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

R = 39.23%
G = 3.59%
B = 57.18%

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

#990EDF (or 0x990EDF) is known color: Dark Violet. HEX triplet: 99, 0E and DF. RGB value is (153,14,223). Sum of RGB (Red+Green+Blue) = 153+14+223=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #990EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990EDF is #66F120. Grayscale: #4E4E4E. Windows color (decimal): -6746401 or 14618265. OLE color: 14618265.

HSL color Cylindrical-coordinate representation of color #990EDF: hue angle of 279.9º 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 #990EDF is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 14 223 -
CMYK 0.31 0.94 0 0.13
HSL 279.9º 0.88% 0.46% -
HSV(B) 279.9º 0.94% 0.87% -
XYZ 26.61 12.41 70.81 -
YUV 79.39 209.05 180.51 -
System Red Green Blue C M Y K H S L
Decimal 153 14 223 0.31 0.94 0 0.13 279.9 0.88 0.46
Hex 99 E DF 1F 5E 0 D 118 58 2E
Octal 231 16 337 37 136 0 15 430 130 56
Binary 10011001 1110 11011111 11111 1011110 0 1101 100011000 1011000 101110

Color Harmonies of #990EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990EDF

Black with #990EDF

Text Example


Text Example

White with #990EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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