Html Css Color HEX #990DE5 Dark Violet

📋 copy color: '#990DE5'

red 153 ◦ green 13 ◦ blue 229

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

Shades of Dark Violet #990DE5

Tints of Dark Violet #990DE5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.29%

 BLUE value IS 229 (89.84% from 255) = 57.97%

R = 38.73%
G = 3.29%
B = 57.97%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#990DE5 (or 0x990DE5) is known color: Dark Violet. HEX triplet: 99, 0D and E5. RGB value is (153,13,229). Sum of RGB (Red+Green+Blue) = 153+13+229=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 229 (89.84% from 255 or 57.97% from 395); Max value from RGB is 229 - color contains mainly: blue. Hex color #990DE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990DE5 is #66F21A. Grayscale: #4E4E4E. Windows color (decimal): -6746651 or 15011225. OLE color: 15011225.

HSL color Cylindrical-coordinate representation of color #990DE5: hue angle of 278.89º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990DE5 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 153 13 229 -
CMYK 0.33 0.94 0 0.10
HSL 278.89º 0.89% 0.47% -
HSV(B) 278.89º 0.94% 0.9% -
XYZ 27.42 12.72 75.14 -
YUV 79.48 212.38 180.44 -
System Red Green Blue C M Y K H S L
Decimal 153 13 229 0.33 0.94 0 0.10 278.89 0.89 0.47
Hex 99 D E5 21 5E 0 A 117 59 2F
Octal 231 15 345 41 136 0 12 427 131 57
Binary 10011001 1101 11100101 100001 1011110 0 1010 100010111 1011001 101111

Color Harmonies of #990DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990DE5

Black with #990DE5

Text Example


Text Example

White with #990DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,13,229); }

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

background-color css

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

 a { background-color: rgb(153,13,229); }

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

border-color css

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

 span { border-color: rgb(153,13,229); }

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