#9A3ADD

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

Shades of Dark Orchid #9A3ADD

Tints of Dark Orchid #9A3ADD

Color information

#9A3ADD (or 0x9A3ADD) is unknown color: approx Dark Orchid. HEX triplet: 9A, 3A and DD. RGB value is (154,58,221). Sum of RGB (Red+Green+Blue) = 154+58+221=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A3ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3ADD is #65C522. Grayscale: #686868. Windows color (decimal): -6669603 or 14498458. OLE color: 14498458.

HSL color Cylindrical-coordinate representation of color #9A3ADD: hue angle of 275.34º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9A3ADD is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15458221-
CMYK0.300.7400.13
HSL275.34º70.56%54.71%-
HSV(B)275.34º73.76%86.67%-
XYZ27.8915.1269.85-
YUV105.29193.3162.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.57%
GREEN value IS 58 (23.05% from 255) = 13.39%
BLUE value IS 221 (86.72% from 255) = 51.04%
R=35.57%
G=13.39%
B=51.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal154582210.300.7400.13275.3470.5654.71
Hex9A3ADD1E4A0D1134737
Octal232723353611201542310767
Binary1001101011101011011101111101001010011011000100111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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