Html Css Color HEX #990ADC Dark Violet

📋 copy color: '#990ADC'

red 153 ◦ green 10 ◦ blue 220

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

Shades of Dark Violet #990ADC

Tints of Dark Violet #990ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.61%

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

R = 39.95%
G = 2.61%
B = 57.44%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#990ADC (or 0x990ADC) is known color: Dark Violet. HEX triplet: 99, 0A and DC. RGB value is (153,10,220). Sum of RGB (Red+Green+Blue) = 153+10+220=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #990ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990ADC is #66F523. Grayscale: #4C4C4C. Windows color (decimal): -6747428 or 14420633. OLE color: 14420633.

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

Color convert

RGB 153 10 220 -
CMYK 0.30 0.95 0 0.14
HSL 280.86º 0.91% 0.45% -
HSV(B) 280.86º 0.95% 0.86% -
XYZ 26.16 12.16 68.68 -
YUV 76.7 208.88 182.42 -
System Red Green Blue C M Y K H S L
Decimal 153 10 220 0.30 0.95 0 0.14 280.86 0.91 0.45
Hex 99 A DC 1E 5F 0 E 119 5B 2D
Octal 231 12 334 36 137 0 16 431 133 55
Binary 10011001 1010 11011100 11110 1011111 0 1110 100011001 1011011 101101

Color Harmonies of #990ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990ADC

Black with #990ADC

Text Example


Text Example

White with #990ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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