Html Css Color HEX #990DDF Dark Violet

📋 copy color: '#990DDF'

red 153 ◦ green 13 ◦ blue 223

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

Shades of Dark Violet #990DDF

Tints of Dark Violet #990DDF

RGB

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

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

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

R = 39.33%
G = 3.34%
B = 57.33%

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

#990DDF (or 0x990DDF) is known color: Dark Violet. HEX triplet: 99, 0D and DF. RGB value is (153,13,223). Sum of RGB (Red+Green+Blue) = 153+13+223=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #990DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990DDF is #66F220. Grayscale: #4E4E4E. Windows color (decimal): -6746657 or 14618009. OLE color: 14618009.

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

Color convert

RGB 153 13 223 -
CMYK 0.31 0.94 0 0.13
HSL 280º 0.89% 0.46% -
HSV(B) 280º 0.94% 0.87% -
XYZ 26.6 12.39 70.8 -
YUV 78.8 209.38 180.92 -
System Red Green Blue C M Y K H S L
Decimal 153 13 223 0.31 0.94 0 0.13 280 0.89 0.46
Hex 99 D DF 1F 5E 0 D 118 59 2E
Octal 231 15 337 37 136 0 15 430 131 56
Binary 10011001 1101 11011111 11111 1011110 0 1101 100011000 1011001 101110

Color Harmonies of #990DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990DDF

Black with #990DDF

Text Example


Text Example

White with #990DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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