Html Css Color HEX #990CD4 Dark Violet

📋 copy color: '#990CD4'

red 153 ◦ green 12 ◦ blue 212

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

Shades of Dark Violet #990CD4

Tints of Dark Violet #990CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 56.23%

R = 40.58%
G = 3.18%
B = 56.23%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#990CD4 (or 0x990CD4) is known color: Dark Violet. HEX triplet: 99, 0C and D4. RGB value is (153,12,212). Sum of RGB (Red+Green+Blue) = 153+12+212=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 212 (83.20% from 255 or 56.23% from 377); Max value from RGB is 212 - color contains mainly: blue. Hex color #990CD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990CD4 is #66F32B. Grayscale: #4C4C4C. Windows color (decimal): -6746924 or 13896857. OLE color: 13896857.

HSL color Cylindrical-coordinate representation of color #990CD4: hue angle of 282.3º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990CD4 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 153 12 212 -
CMYK 0.28 0.94 0 0.17
HSL 282.3º 0.89% 0.44% -
HSV(B) 282.3º 0.94% 0.83% -
XYZ 25.15 11.79 63.24 -
YUV 76.96 204.21 182.24 -
System Red Green Blue C M Y K H S L
Decimal 153 12 212 0.28 0.94 0 0.17 282.3 0.89 0.44
Hex 99 C D4 1C 5E 0 11 11A 59 2C
Octal 231 14 324 34 136 0 21 432 131 54
Binary 10011001 1100 11010100 11100 1011110 0 10001 100011010 1011001 101100

Color Harmonies of #990CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990CD4

Black with #990CD4

Text Example


Text Example

White with #990CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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