#9346DA

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

Shades of Dark Orchid #9346DA

Tints of Dark Orchid #9346DA

Color information

#9346DA (or 0x9346DA) is unknown color: approx Dark Orchid. HEX triplet: 93, 46 and DA. RGB value is (147,70,218). Sum of RGB (Red+Green+Blue) = 147+70+218=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #9346DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9346DA is #6CB925. Grayscale: #6D6D6D. Windows color (decimal): -7125286 or 14304915. OLE color: 14304915.

HSL color Cylindrical-coordinate representation of color #9346DA: hue angle of 271.22º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9346DA is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14770218-
CMYK0.330.6800.15
HSL271.22º66.67%56.47%-
HSV(B)271.22º67.89%85.49%-
XYZ26.8815.6567.93-
YUV109.9189.01154.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.79%
GREEN value IS 70 (27.73% from 255) = 16.09%
BLUE value IS 218 (85.55% from 255) = 50.11%
R=33.79%
G=16.09%
B=50.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal147702180.330.6800.15271.2266.6756.47
Hex9346DA21440F10f4338
Octal2231063324110401741710370
Binary100100111000110110110101000011000100011111000011111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9346DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,70,218); }

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

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

 a { background-color: rgb(147,70,218); }

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

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

 span { border-color: rgb(147,70,218); }

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