Html Css Color HEX #990FBA Dark Violet

📋 copy color: '#990FBA'

red 153 ◦ green 15 ◦ blue 186

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

Shades of Dark Violet #990FBA

Tints of Dark Violet #990FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.54%

R = 43.22%
G = 4.24%
B = 52.54%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#990FBA (or 0x990FBA) is known color: Dark Violet. HEX triplet: 99, 0F and BA. RGB value is (153,15,186). Sum of RGB (Red+Green+Blue) = 153+15+186=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #990FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990FBA is #66F045. Grayscale: #4B4B4B. Windows color (decimal): -6746182 or 12193689. OLE color: 12193689.

HSL color Cylindrical-coordinate representation of color #990FBA: hue angle of 288.42º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990FBA is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 15 186 -
CMYK 0.18 0.92 0 0.27
HSL 288.42º 0.85% 0.39% -
HSV(B) 288.42º 0.92% 0.73% -
XYZ 22.17 10.66 47.34 -
YUV 75.76 190.22 183.1 -
System Red Green Blue C M Y K H S L
Decimal 153 15 186 0.18 0.92 0 0.27 288.42 0.85 0.39
Hex 99 F BA 12 5C 0 1B 120 55 27
Octal 231 17 272 22 134 0 33 440 125 47
Binary 10011001 1111 10111010 10010 1011100 0 11011 100100000 1010101 100111

Color Harmonies of #990FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990FBA

Black with #990FBA

Text Example


Text Example

White with #990FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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