#9A3AD4

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

Shades of Dark Orchid #9A3AD4

Tints of Dark Orchid #9A3AD4

Color information

#9A3AD4 (or 0x9A3AD4) is unknown color: approx Dark Orchid. HEX triplet: 9A, 3A and D4. RGB value is (154,58,212). Sum of RGB (Red+Green+Blue) = 154+58+212=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 212 (83.20% from 255 or 50% from 424); Max value from RGB is 212 - color contains mainly: blue. Hex color #9A3AD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3AD4 is #65C52B. Grayscale: #676767. Windows color (decimal): -6669612 or 13908634. OLE color: 13908634.

HSL color Cylindrical-coordinate representation of color #9A3AD4: hue angle of 277.4º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A3AD4 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15458212-
CMYK0.270.7300.17
HSL277.4º64.17%52.94%-
HSV(B)277.4º72.64%83.14%-
XYZ26.7214.6563.71-
YUV104.26188.8163.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.32%
GREEN value IS 58 (23.05% from 255) = 13.68%
BLUE value IS 212 (83.20% from 255) = 50%
R=36.32%
G=13.68%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal154582120.270.7300.17277.464.1752.94
Hex9A3AD41B490111154035
Octal232723243311102142510065
Binary10011010111010110101001101110010010100011000101011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,58,212); }

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

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

 a { background-color: rgb(154,58,212); }

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

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

 span { border-color: rgb(154,58,212); }

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