Html Css Color HEX #990DC3 Dark Violet

📋 copy color: '#990DC3'

red 153 ◦ green 13 ◦ blue 195

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

Shades of Dark Violet #990DC3

Tints of Dark Violet #990DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 54.02%

R = 42.38%
G = 3.6%
B = 54.02%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#990DC3 (or 0x990DC3) is known color: Dark Violet. HEX triplet: 99, 0D and C3. RGB value is (153,13,195). Sum of RGB (Red+Green+Blue) = 153+13+195=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 195 (76.56% from 255 or 54.02% from 361); Max value from RGB is 195 - color contains mainly: blue. Hex color #990DC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990DC3 is #66F23C. Grayscale: #4B4B4B. Windows color (decimal): -6746685 or 12783001. OLE color: 12783001.

HSL color Cylindrical-coordinate representation of color #990DC3: hue angle of 286.15º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990DC3 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 13 195 -
CMYK 0.22 0.93 0 0.24
HSL 286.15º 0.88% 0.41% -
HSV(B) 286.15º 0.93% 0.76% -
XYZ 23.13 11 52.53 -
YUV 75.61 195.38 183.2 -
System Red Green Blue C M Y K H S L
Decimal 153 13 195 0.22 0.93 0 0.24 286.15 0.88 0.41
Hex 99 D C3 16 5D 0 18 11E 58 29
Octal 231 15 303 26 135 0 30 436 130 51
Binary 10011001 1101 11000011 10110 1011101 0 11000 100011110 1011000 101001

Color Harmonies of #990DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990DC3

Black with #990DC3

Text Example


Text Example

White with #990DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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