#9A3CB6

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

Shades of Dark Orchid #9A3CB6

Tints of Dark Orchid #9A3CB6

Color information

#9A3CB6 (or 0x9A3CB6) is unknown color: approx Dark Orchid. HEX triplet: 9A, 3C and B6. RGB value is (154,60,182). Sum of RGB (Red+Green+Blue) = 154+60+182=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 182 - color contains mainly: blue. Hex color #9A3CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3CB6 is #65C349. Grayscale: #656565. Windows color (decimal): -6669130 or 11943066. OLE color: 11943066.

HSL color Cylindrical-coordinate representation of color #9A3CB6: hue angle of 286.23º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A3CB6 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15460182-
CMYK0.150.6700.29
HSL286.23º50.41%47.45%-
HSV(B)286.23º67.03%71.37%-
XYZ23.3913.4845.63-
YUV102.01173.14165.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.89%
GREEN value IS 60 (23.83% from 255) = 15.15%
BLUE value IS 182 (71.48% from 255) = 45.96%
R=38.89%
G=15.15%
B=45.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal154601820.150.6700.29286.2350.4147.45
Hex9A3CB6F4301D11e322f
Octal23274266171030354366257
Binary100110101111001011011011111000011011101100011110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,60,182); }

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

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

 a { background-color: rgb(154,60,182); }

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

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

 span { border-color: rgb(154,60,182); }

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