Html Css Color HEX #990CDF Dark Violet

📋 copy color: '#990CDF'

red 153 ◦ green 12 ◦ blue 223

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

Shades of Dark Violet #990CDF

Tints of Dark Violet #990CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.47%

R = 39.43%
G = 3.09%
B = 57.47%

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

#990CDF (or 0x990CDF) is known color: Dark Violet. HEX triplet: 99, 0C and DF. RGB value is (153,12,223). Sum of RGB (Red+Green+Blue) = 153+12+223=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #990CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990CDF is #66F320. Grayscale: #4D4D4D. Windows color (decimal): -6746913 or 14617753. OLE color: 14617753.

HSL color Cylindrical-coordinate representation of color #990CDF: hue angle of 280.09º 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 #990CDF is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 12 223 -
CMYK 0.31 0.95 0 0.13
HSL 280.09º 0.9% 0.46% -
HSV(B) 280.09º 0.95% 0.87% -
XYZ 26.59 12.36 70.8 -
YUV 78.21 209.71 181.34 -
System Red Green Blue C M Y K H S L
Decimal 153 12 223 0.31 0.95 0 0.13 280.09 0.9 0.46
Hex 99 C DF 1F 5F 0 D 118 5A 2E
Octal 231 14 337 37 137 0 15 430 132 56
Binary 10011001 1100 11011111 11111 1011111 0 1101 100011000 1011010 101110

Color Harmonies of #990CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990CDF

Black with #990CDF

Text Example


Text Example

White with #990CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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