Html Css Color HEX #990DCD Dark Violet

📋 copy color: '#990DCD'

red 153 ◦ green 13 ◦ blue 205

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

Shades of Dark Violet #990DCD

Tints of Dark Violet #990DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.26%

R = 41.24%
G = 3.5%
B = 55.26%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#990DCD (or 0x990DCD) is known color: Dark Violet. HEX triplet: 99, 0D and CD. RGB value is (153,13,205). Sum of RGB (Red+Green+Blue) = 153+13+205=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #990DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990DCD is #66F232. Grayscale: #4C4C4C. Windows color (decimal): -6746675 or 13438361. OLE color: 13438361.

HSL color Cylindrical-coordinate representation of color #990DCD: hue angle of 283.75º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990DCD is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 13 205 -
CMYK 0.25 0.94 0 0.20
HSL 283.75º 0.88% 0.43% -
HSV(B) 283.75º 0.94% 0.8% -
XYZ 24.3 11.47 58.69 -
YUV 76.75 200.38 182.39 -
System Red Green Blue C M Y K H S L
Decimal 153 13 205 0.25 0.94 0 0.20 283.75 0.88 0.43
Hex 99 D CD 19 5E 0 14 11C 58 2B
Octal 231 15 315 31 136 0 24 434 130 53
Binary 10011001 1101 11001101 11001 1011110 0 10100 100011100 1011000 101011

Color Harmonies of #990DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990DCD

Black with #990DCD

Text Example


Text Example

White with #990DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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