#9C46D6

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

Shades of Dark Orchid #9C46D6

Tints of Dark Orchid #9C46D6

Color information

#9C46D6 (or 0x9C46D6) is unknown color: approx Dark Orchid. HEX triplet: 9C, 46 and D6. RGB value is (156,70,214). Sum of RGB (Red+Green+Blue) = 156+70+214=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #9C46D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C46D6 is #63B929. Grayscale: #6F6F6F. Windows color (decimal): -6535466 or 14042780. OLE color: 14042780.

HSL color Cylindrical-coordinate representation of color #9C46D6: hue angle of 275.83º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C46D6 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15670214-
CMYK0.270.6700.16
HSL275.83º63.72%55.69%-
HSV(B)275.83º67.29%83.92%-
XYZ28.0416.365.29-
YUV112.13185.49159.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.45%
GREEN value IS 70 (27.73% from 255) = 15.91%
BLUE value IS 214 (83.98% from 255) = 48.64%
R=35.45%
G=15.91%
B=48.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal156702140.270.6700.16275.8363.7255.69
Hex9C46D61B430101144038
Octal2341063263310302042410070
Binary100111001000110110101101101110000110100001000101001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C46D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C46D6; }

 p { color: rgb(156,70,214); }

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

<style>
 a { background-color: #9C46D6; }

 a { background-color: rgb(156,70,214); }

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

<style>
 span { border-color: #9C46D6; }

 span { border-color: rgb(156,70,214); }

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