#9410DE

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

Shades of Dark Violet #9410DE

Tints of Dark Violet #9410DE

Color information

#9410DE (or 0x9410DE) is unknown color: approx Dark Violet. HEX triplet: 94, 10 and DE. RGB value is (148,16,222). Sum of RGB (Red+Green+Blue) = 148+16+222=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #9410DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9410DE is #6BEF21. Grayscale: #4E4E4E. Windows color (decimal): -7073570 or 14553236. OLE color: 14553236.

HSL color Cylindrical-coordinate representation of color #9410DE: hue angle of 278.45º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9410DE is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14816222-
CMYK0.330.9300.13
HSL278.45º86.55%46.67%-
HSV(B)278.45º92.79%87.06%-
XYZ25.5811.9470.06-
YUV78.95208.73177.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.34%
GREEN value IS 16 (6.64% from 255) = 4.15%
BLUE value IS 222 (87.11% from 255) = 57.51%
R=38.34%
G=4.15%
B=57.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148162220.330.9300.13278.4586.5546.67
Hex9410DE215D0D116572f
Octal224203364113501542612757
Binary1001010010000110111101000011011101011011000101101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9410DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9410DE; }

 p { color: rgb(148,16,222); }

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

<style>
 a { background-color: #9410DE; }

 a { background-color: rgb(148,16,222); }

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

<style>
 span { border-color: #9410DE; }

 span { border-color: rgb(148,16,222); }

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