#9413D6

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

Shades of Dark Violet #9413D6

Tints of Dark Violet #9413D6

Color information

#9413D6 (or 0x9413D6) is unknown color: approx Dark Violet. HEX triplet: 94, 13 and D6. RGB value is (148,19,214). Sum of RGB (Red+Green+Blue) = 148+19+214=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 214 (83.98% from 255 or 56.17% from 381); Max value from RGB is 214 - color contains mainly: blue. Hex color #9413D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9413D6 is #6BEC29. Grayscale: #4F4F4F. Windows color (decimal): -7072810 or 14029716. OLE color: 14029716.

HSL color Cylindrical-coordinate representation of color #9413D6: hue angle of 279.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9413D6 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14819214-
CMYK0.310.9100.16
HSL279.69º83.69%45.69%-
HSV(B)279.69º91.12%83.92%-
XYZ24.5811.6264.56-
YUV79.8203.74176.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.85%
GREEN value IS 19 (7.81% from 255) = 4.99%
BLUE value IS 214 (83.98% from 255) = 56.17%
R=38.85%
G=4.99%
B=56.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal148192140.310.9100.16279.6983.6945.69
Hex9413D61F5B010118542e
Octal224233263713302043012456
Binary1001010010011110101101111110110110100001000110001010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9413D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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