Html Css Color HEX #990DCE Dark Violet

📋 copy color: '#990DCE'

red 153 ◦ green 13 ◦ blue 206

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

Shades of Dark Violet #990DCE

Tints of Dark Violet #990DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.38%

R = 41.13%
G = 3.49%
B = 55.38%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#990DCE (or 0x990DCE) is known color: Dark Violet. HEX triplet: 99, 0D and CE. RGB value is (153,13,206). Sum of RGB (Red+Green+Blue) = 153+13+206=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #990DCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990DCE is #66F231. Grayscale: #4C4C4C. Windows color (decimal): -6746674 or 13503897. OLE color: 13503897.

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

Color convert

RGB 153 13 206 -
CMYK 0.26 0.94 0 0.19
HSL 283.52º 0.88% 0.43% -
HSV(B) 283.52º 0.94% 0.81% -
XYZ 24.42 11.52 59.33 -
YUV 76.86 200.88 182.31 -
System Red Green Blue C M Y K H S L
Decimal 153 13 206 0.26 0.94 0 0.19 283.52 0.88 0.43
Hex 99 D CE 1A 5E 0 13 11C 58 2B
Octal 231 15 316 32 136 0 23 434 130 53
Binary 10011001 1101 11001110 11010 1011110 0 10011 100011100 1011000 101011

Color Harmonies of #990DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990DCE

Black with #990DCE

Text Example


Text Example

White with #990DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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