#990fba

Color #990FBA Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #990FBA

Tints of Dark Violet #990FBA

Color information

#990FBA (or 0x990FBA) is unknown color: approx 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

RGB15315186-
CMYK0.180.9200.27
HSL288.42º85.07%39.41%-
HSV(B)288.42º91.94%72.94%-
XYZ22.1710.6647.34-
YUV75.76190.22183.1-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153151860.180.9200.27288.4285.0739.41
Hex99FBA125C01B1205527
Octal231172722213403344012547
Binary100110011111101110101001010111000110111001000001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>