Html Css Color HEX #990ACD Dark Violet

📋 copy color: '#990ACD'

red 153 ◦ green 10 ◦ blue 205

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

Shades of Dark Violet #990ACD

Tints of Dark Violet #990ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.71%

R = 41.58%
G = 2.72%
B = 55.71%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#990ACD (or 0x990ACD) is known color: Dark Violet. HEX triplet: 99, 0A and CD. RGB value is (153,10,205). Sum of RGB (Red+Green+Blue) = 153+10+205=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 10 (4.30% from 255 or 2.72% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #990ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990ACD is #66F532. Grayscale: #4A4A4A. Windows color (decimal): -6747443 or 13437593. OLE color: 13437593.

HSL color Cylindrical-coordinate representation of color #990ACD: hue angle of 284º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990ACD is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 10 205 -
CMYK 0.25 0.95 0 0.20
HSL 284º 0.91% 0.42% -
HSV(B) 284º 0.95% 0.8% -
XYZ 24.26 11.4 58.68 -
YUV 74.99 201.38 183.64 -
System Red Green Blue C M Y K H S L
Decimal 153 10 205 0.25 0.95 0 0.20 284 0.91 0.42
Hex 99 A CD 19 5F 0 14 11C 5B 2A
Octal 231 12 315 31 137 0 24 434 133 52
Binary 10011001 1010 11001101 11001 1011111 0 10100 100011100 1011011 101010

Color Harmonies of #990ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990ACD

Black with #990ACD

Text Example


Text Example

White with #990ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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