#9409DA

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

Shades of Dark Violet #9409DA

Tints of Dark Violet #9409DA

Color information

#9409DA (or 0x9409DA) is unknown color: approx Dark Violet. HEX triplet: 94, 09 and DA. RGB value is (148,9,218). Sum of RGB (Red+Green+Blue) = 148+9+218=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #9409DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9409DA is #6BF625. Grayscale: #494949. Windows color (decimal): -7075366 or 14289300. OLE color: 14289300.

HSL color Cylindrical-coordinate representation of color #9409DA: hue angle of 279.9º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9409DA is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1489218-
CMYK0.320.9600.15
HSL279.9º92.07%44.51%-
HSV(B)279.9º95.87%85.49%-
XYZ24.9711.5567.24-
YUV74.39209.05180.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 9 (3.91% from 255) = 2.4%
BLUE value IS 218 (85.55% from 255) = 58.13%
R=39.47%
G=2.4%
B=58.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal14892180.320.9600.15279.992.0744.51
Hex949DA20600F1185c2d
Octal224113324014001743013455
Binary100101001001110110101000001100000011111000110001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9409DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9409DA; }

 p { color: rgb(148,9,218); }

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

<style>
 a { background-color: #9409DA; }

 a { background-color: rgb(148,9,218); }

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

<style>
 span { border-color: #9409DA; }

 span { border-color: rgb(148,9,218); }

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