Html Css Color HEX #990DBC Dark Violet

📋 copy color: '#990DBC'

red 153 ◦ green 13 ◦ blue 188

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

Shades of Dark Violet #990DBC

Tints of Dark Violet #990DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 43.22%
G = 3.67%
B = 53.11%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#990DBC (or 0x990DBC) is known color: Dark Violet. HEX triplet: 99, 0D and BC. RGB value is (153,13,188). Sum of RGB (Red+Green+Blue) = 153+13+188=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #990DBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990DBC is #66F243. Grayscale: #4A4A4A. Windows color (decimal): -6746692 or 12324249. OLE color: 12324249.

HSL color Cylindrical-coordinate representation of color #990DBC: hue angle of 288º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990DBC is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 13 188 -
CMYK 0.19 0.93 0 0.26
HSL 288º 0.87% 0.39% -
HSV(B) 288º 0.93% 0.74% -
XYZ 22.36 10.69 48.46 -
YUV 74.81 191.88 183.77 -
System Red Green Blue C M Y K H S L
Decimal 153 13 188 0.19 0.93 0 0.26 288 0.87 0.39
Hex 99 D BC 13 5D 0 1A 120 57 27
Octal 231 15 274 23 135 0 32 440 127 47
Binary 10011001 1101 10111100 10011 1011101 0 11010 100100000 1010111 100111

Color Harmonies of #990DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990DBC

Black with #990DBC

Text Example


Text Example

White with #990DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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