Html Css Color HEX #990FDC Dark Violet

📋 copy color: '#990FDC'

red 153 ◦ green 15 ◦ blue 220

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

Shades of Dark Violet #990FDC

Tints of Dark Violet #990FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.87%

 BLUE value IS 220 (86.33% from 255) = 56.7%

R = 39.43%
G = 3.87%
B = 56.7%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#990FDC (or 0x990FDC) is known color: Dark Violet. HEX triplet: 99, 0F and DC. RGB value is (153,15,220). Sum of RGB (Red+Green+Blue) = 153+15+220=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #990FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990FDC is #66F023. Grayscale: #4E4E4E. Windows color (decimal): -6746148 or 14421913. OLE color: 14421913.

HSL color Cylindrical-coordinate representation of color #990FDC: hue angle of 280.39º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990FDC is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 15 220 -
CMYK 0.30 0.93 0 0.14
HSL 280.39º 0.87% 0.46% -
HSV(B) 280.39º 0.93% 0.86% -
XYZ 26.23 12.28 68.7 -
YUV 79.63 207.22 180.33 -
System Red Green Blue C M Y K H S L
Decimal 153 15 220 0.30 0.93 0 0.14 280.39 0.87 0.46
Hex 99 F DC 1E 5D 0 E 118 57 2E
Octal 231 17 334 36 135 0 16 430 127 56
Binary 10011001 1111 11011100 11110 1011101 0 1110 100011000 1010111 101110

Color Harmonies of #990FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990FDC

Black with #990FDC

Text Example


Text Example

White with #990FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,15,220); }

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

background-color css

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

 a { background-color: rgb(153,15,220); }

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

border-color css

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

 span { border-color: rgb(153,15,220); }

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