#9346D2

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

Shades of Dark Orchid #9346D2

Tints of Dark Orchid #9346D2

Color information

#9346D2 (or 0x9346D2) is unknown color: approx Dark Orchid. HEX triplet: 93, 46 and D2. RGB value is (147,70,210). Sum of RGB (Red+Green+Blue) = 147+70+210=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 210 (82.42% from 255 or 49.18% from 427); Max value from RGB is 210 - color contains mainly: blue. Hex color #9346D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9346D2 is #6CB92D. Grayscale: #6C6C6C. Windows color (decimal): -7125294 or 13780627. OLE color: 13780627.

HSL color Cylindrical-coordinate representation of color #9346D2: hue angle of 273º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9346D2 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14770210-
CMYK0.300.6700.18
HSL273º60.87%54.9%-
HSV(B)273º66.67%82.35%-
XYZ25.8615.2462.55-
YUV108.98185.01155.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 70 (27.73% from 255) = 16.39%
BLUE value IS 210 (82.42% from 255) = 49.18%
R=34.43%
G=16.39%
B=49.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal147702100.300.6700.1827360.8754.9
Hex9346D21E430121113d37
Octal223106322361030224217567
Binary10010011100011011010010111101000011010010100010001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9346D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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