Html Css Color HEX #990FD3 Dark Violet

📋 copy color: '#990FD3'

red 153 ◦ green 15 ◦ blue 211

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

Shades of Dark Violet #990FD3

Tints of Dark Violet #990FD3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.96%

 BLUE value IS 211 (82.81% from 255) = 55.67%

R = 40.37%
G = 3.96%
B = 55.67%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#990FD3 (or 0x990FD3) is known color: Dark Violet. HEX triplet: 99, 0F and D3. RGB value is (153,15,211). Sum of RGB (Red+Green+Blue) = 153+15+211=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 211 (82.81% from 255 or 55.67% from 379); Max value from RGB is 211 - color contains mainly: blue. Hex color #990FD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990FD3 is #66F02C. Grayscale: #4D4D4D. Windows color (decimal): -6746157 or 13832089. OLE color: 13832089.

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

Color convert

RGB 153 15 211 -
CMYK 0.27 0.93 0 0.17
HSL 282.24º 0.87% 0.44% -
HSV(B) 282.24º 0.93% 0.83% -
XYZ 25.07 11.82 62.59 -
YUV 78.61 202.72 181.06 -
System Red Green Blue C M Y K H S L
Decimal 153 15 211 0.27 0.93 0 0.17 282.24 0.87 0.44
Hex 99 F D3 1B 5D 0 11 11A 57 2C
Octal 231 17 323 33 135 0 21 432 127 54
Binary 10011001 1111 11010011 11011 1011101 0 10001 100011010 1010111 101100

Color Harmonies of #990FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990FD3

Black with #990FD3

Text Example


Text Example

White with #990FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,15,211); }

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

background-color css

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

 a { background-color: rgb(153,15,211); }

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

border-color css

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

 span { border-color: rgb(153,15,211); }

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