#9903BA

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

Shades of Dark Violet #9903BA

Tints of Dark Violet #9903BA

Color information

#9903BA (or 0x9903BA) is unknown color: approx Dark Violet. HEX triplet: 99, 03 and BA. RGB value is (153,3,186). Sum of RGB (Red+Green+Blue) = 153+3+186=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #9903BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9903BA is #66FC45. Grayscale: #444444. Windows color (decimal): -6749254 or 12190617. OLE color: 12190617.

HSL color Cylindrical-coordinate representation of color #9903BA: hue angle of 289.18º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9903BA is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1533186-
CMYK0.180.9800.27
HSL289.18º96.83%37.06%-
HSV(B)289.18º98.39%72.94%-
XYZ22.0310.3847.3-
YUV68.71194.2188.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.74%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 186 (73.05% from 255) = 54.39%
R=44.74%
G=0.88%
B=54.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15331860.180.9800.27289.1896.8337.06
Hex993BA126201B1216125
Octal23132722214203344114145
Binary1001100111101110101001011000100110111001000011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9903BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9903BA; }

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

 H1.HeaderClassName
 {
   color: #9903BA;
 }
 .AnyTagClassName
 {
   color: #9903BA;
 }
</style>
background-color css

<style>
 a { background-color: #9903BA; }

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

 div.DivClassName
 {
   background-color: #9903BA;
 }
 .BgClassName
 {
   background-color: #9903BA;
 }
</style>
border-color css

<style>
 span { border-color: #9903BA; }

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

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