#9A3BDC

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

Shades of Dark Orchid #9A3BDC

Tints of Dark Orchid #9A3BDC

Color information

#9A3BDC (or 0x9A3BDC) is unknown color: approx Dark Orchid. HEX triplet: 9A, 3B and DC. RGB value is (154,59,220). Sum of RGB (Red+Green+Blue) = 154+59+220=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A3BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3BDC is #65C423. Grayscale: #696969. Windows color (decimal): -6669348 or 14433178. OLE color: 14433178.

HSL color Cylindrical-coordinate representation of color #9A3BDC: hue angle of 275.4º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A3BDC is Cyan = 0.3, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15459220-
CMYK0.30.7300.14
HSL275.4º69.7%54.71%-
HSV(B)275.4º73.18%86.27%-
XYZ27.8115.1769.17-
YUV105.76192.47162.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.57%
GREEN value IS 59 (23.44% from 255) = 13.63%
BLUE value IS 220 (86.33% from 255) = 50.81%
R=35.57%
G=13.63%
B=50.81%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal154592200.30.7300.14275.469.754.71
Hex9A3BDC1E490E1134637
Octal232733343611101642310667
Binary1001101011101111011100111101001001011101000100111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,59,220); }

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

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

 a { background-color: rgb(154,59,220); }

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

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

 span { border-color: rgb(154,59,220); }

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