Html Css Color HEX #990CDD Dark Violet

📋 copy color: '#990CDD'

red 153 ◦ green 12 ◦ blue 221

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

Shades of Dark Violet #990CDD

Tints of Dark Violet #990CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.11%

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 39.64%
G = 3.11%
B = 57.25%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#990CDD (or 0x990CDD) is known color: Dark Violet. HEX triplet: 99, 0C and DD. RGB value is (153,12,221). Sum of RGB (Red+Green+Blue) = 153+12+221=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #990CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990CDD is #66F322. Grayscale: #4D4D4D. Windows color (decimal): -6746915 or 14486681. OLE color: 14486681.

HSL color Cylindrical-coordinate representation of color #990CDD: hue angle of 280.48º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990CDD is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 12 221 -
CMYK 0.31 0.95 0 0.13
HSL 280.48º 0.9% 0.46% -
HSV(B) 280.48º 0.95% 0.87% -
XYZ 26.32 12.26 69.39 -
YUV 77.99 208.71 181.51 -
System Red Green Blue C M Y K H S L
Decimal 153 12 221 0.31 0.95 0 0.13 280.48 0.9 0.46
Hex 99 C DD 1F 5F 0 D 118 5A 2E
Octal 231 14 335 37 137 0 15 430 132 56
Binary 10011001 1100 11011101 11111 1011111 0 1101 100011000 1011010 101110

Color Harmonies of #990CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990CDD

Black with #990CDD

Text Example


Text Example

White with #990CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,12,221); }

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

background-color css

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

 a { background-color: rgb(153,12,221); }

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

border-color css

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

 span { border-color: rgb(153,12,221); }

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