#9A2BD0

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

Shades of Dark Orchid #9A2BD0

Tints of Dark Orchid #9A2BD0

Color information

#9A2BD0 (or 0x9A2BD0) is unknown color: approx Dark Orchid. HEX triplet: 9A, 2B and D0. RGB value is (154,43,208). Sum of RGB (Red+Green+Blue) = 154+43+208=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #9A2BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2BD0 is #65D42F. Grayscale: #5E5E5E. Windows color (decimal): -6673456 or 13642650. OLE color: 13642650.

HSL color Cylindrical-coordinate representation of color #9A2BD0: hue angle of 280.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A2BD0 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15443208-
CMYK0.260.7900.18
HSL280.36º65.74%49.22%-
HSV(B)280.36º79.33%81.57%-
XYZ25.5813.1560.87-
YUV95191.77170.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.02%
GREEN value IS 43 (17.19% from 255) = 10.62%
BLUE value IS 208 (81.64% from 255) = 51.36%
R=38.02%
G=10.62%
B=51.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154432080.260.7900.18280.3665.7449.22
Hex9A2BD01A4F0121184231
Octal232533203211702243010261
Binary10011010101011110100001101010011110100101000110001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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