Html Css Color HEX #990DCF Dark Violet

📋 copy color: '#990DCF'

red 153 ◦ green 13 ◦ blue 207

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

Shades of Dark Violet #990DCF

Tints of Dark Violet #990DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.49%

 BLUE value IS 207 (81.25% from 255) = 55.5%

R = 41.02%
G = 3.49%
B = 55.5%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#990DCF (or 0x990DCF) is known color: Dark Violet. HEX triplet: 99, 0D and CF. RGB value is (153,13,207). Sum of RGB (Red+Green+Blue) = 153+13+207=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #990DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990DCF is #66F230. Grayscale: #4C4C4C. Windows color (decimal): -6746673 or 13569433. OLE color: 13569433.

HSL color Cylindrical-coordinate representation of color #990DCF: hue angle of 283.3º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990DCF is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 13 207 -
CMYK 0.26 0.94 0 0.19
HSL 283.3º 0.88% 0.43% -
HSV(B) 283.3º 0.94% 0.81% -
XYZ 24.54 11.57 59.97 -
YUV 76.98 201.38 182.23 -
System Red Green Blue C M Y K H S L
Decimal 153 13 207 0.26 0.94 0 0.19 283.3 0.88 0.43
Hex 99 D CF 1A 5E 0 13 11B 58 2B
Octal 231 15 317 32 136 0 23 433 130 53
Binary 10011001 1101 11001111 11010 1011110 0 10011 100011011 1011000 101011

Color Harmonies of #990DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990DCF

Black with #990DCF

Text Example


Text Example

White with #990DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,13,207); }

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

background-color css

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

 a { background-color: rgb(153,13,207); }

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

border-color css

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

 span { border-color: rgb(153,13,207); }

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