#9a2bdd

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

Shades of Dark Orchid #9A2BDD

Tints of Dark Orchid #9A2BDD

Color information

#9A2BDD (or 0x9A2BDD) is unknown color: approx Dark Orchid. HEX triplet: 9A, 2B and DD. RGB value is (154,43,221). Sum of RGB (Red+Green+Blue) = 154+43+221=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A2BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2BDD is #65D422. Grayscale: #5F5F5F. Windows color (decimal): -6673443 or 14494618. OLE color: 14494618.

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

Color convert

RGB15443221-
CMYK0.300.8100.13
HSL277.42º72.36%51.76%-
HSV(B)277.42º80.54%86.67%-
XYZ27.2413.8269.64-
YUV96.48198.27169.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.84%
GREEN value IS 43 (17.19% from 255) = 10.29%
BLUE value IS 221 (86.72% from 255) = 52.87%
R=36.84%
G=10.29%
B=52.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal154432210.300.8100.13277.4272.3651.76
Hex9A2BDD1E510D1154834
Octal232533353612101542511064
Binary1001101010101111011101111101010001011011000101011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a2bdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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