#9413BA

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

Shades of Dark Violet #9413BA

Tints of Dark Violet #9413BA

Color information

#9413BA (or 0x9413BA) is unknown color: approx Dark Violet. HEX triplet: 94, 13 and BA. RGB value is (148,19,186). Sum of RGB (Red+Green+Blue) = 148+19+186=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #9413BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9413BA is #6BEC45. Grayscale: #4C4C4C. Windows color (decimal): -7072838 or 12194708. OLE color: 12194708.

HSL color Cylindrical-coordinate representation of color #9413BA: hue angle of 286.35º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9413BA is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14819186-
CMYK0.200.9000.27
HSL286.35º81.46%40.2%-
HSV(B)286.35º89.78%72.94%-
XYZ21.3110.3147.32-
YUV76.61189.74178.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 19 (7.81% from 255) = 5.38%
BLUE value IS 186 (73.05% from 255) = 52.69%
R=41.93%
G=5.38%
B=52.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148191860.200.9000.27286.3581.4640.2
Hex9413BA145A01B11e5128
Octal224232722413203343612150
Binary1001010010011101110101010010110100110111000111101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9413BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,19,186); }

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

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

 a { background-color: rgb(148,19,186); }

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

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

 span { border-color: rgb(148,19,186); }

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