#9413D4

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

Shades of Dark Violet #9413D4

Tints of Dark Violet #9413D4

Color information

#9413D4 (or 0x9413D4) is unknown color: approx Dark Violet. HEX triplet: 94, 13 and D4. RGB value is (148,19,212). Sum of RGB (Red+Green+Blue) = 148+19+212=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 212 (83.20% from 255 or 55.94% from 379); Max value from RGB is 212 - color contains mainly: blue. Hex color #9413D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9413D4 is #6BEC2B. Grayscale: #4E4E4E. Windows color (decimal): -7072812 or 13898644. OLE color: 13898644.

HSL color Cylindrical-coordinate representation of color #9413D4: hue angle of 280.1º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9413D4 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14819212-
CMYK0.300.9100.17
HSL280.1º83.55%45.29%-
HSV(B)280.1º91.04%83.14%-
XYZ24.3311.5263.23-
YUV79.57202.74176.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 19 (7.81% from 255) = 5.01%
BLUE value IS 212 (83.20% from 255) = 55.94%
R=39.05%
G=5.01%
B=55.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal148192120.300.9100.17280.183.5545.29
Hex9413D41E5B011118542d
Octal224233243613302143012455
Binary1001010010011110101001111010110110100011000110001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9413D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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