Html Css Color HEX #990ECC Dark Violet

📋 copy color: '#990ECC'

red 153 ◦ green 14 ◦ blue 204

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

Shades of Dark Violet #990ECC

Tints of Dark Violet #990ECC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.77%

 BLUE value IS 204 (80.08% from 255) = 54.99%

R = 41.24%
G = 3.77%
B = 54.99%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#990ECC (or 0x990ECC) is known color: Dark Violet. HEX triplet: 99, 0E and CC. RGB value is (153,14,204). Sum of RGB (Red+Green+Blue) = 153+14+204=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #990ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990ECC is #66F133. Grayscale: #4C4C4C. Windows color (decimal): -6746420 or 13373081. OLE color: 13373081.

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

Color convert

RGB 153 14 204 -
CMYK 0.25 0.93 0 0.2
HSL 283.89º 0.87% 0.43% -
HSV(B) 283.89º 0.93% 0.8% -
XYZ 24.19 11.45 58.06 -
YUV 77.22 199.55 182.05 -
System Red Green Blue C M Y K H S L
Decimal 153 14 204 0.25 0.93 0 0.2 283.89 0.87 0.43
Hex 99 E CC 19 5D 0 14 11C 57 2B
Octal 231 16 314 31 135 0 24 434 127 53
Binary 10011001 1110 11001100 11001 1011101 0 10100 100011100 1010111 101011

Color Harmonies of #990ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990ECC

Black with #990ECC

Text Example


Text Example

White with #990ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,14,204); }

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

background-color css

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

 a { background-color: rgb(153,14,204); }

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

border-color css

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

 span { border-color: rgb(153,14,204); }

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