#9A2ABD

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

Shades of Dark Orchid #9A2ABD

Tints of Dark Orchid #9A2ABD

Color information

#9A2ABD (or 0x9A2ABD) is unknown color: approx Dark Orchid. HEX triplet: 9A, 2A and BD. RGB value is (154,42,189). Sum of RGB (Red+Green+Blue) = 154+42+189=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A2ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2ABD is #65D542. Grayscale: #5B5B5B. Windows color (decimal): -6673731 or 12397210. OLE color: 12397210.

HSL color Cylindrical-coordinate representation of color #9A2ABD: hue angle of 285.71º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A2ABD is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15442189-
CMYK0.190.7800.26
HSL285.71º63.64%45.29%-
HSV(B)285.71º77.78%74.12%-
XYZ23.3412.249.27-
YUV92.25182.61172.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40%
GREEN value IS 42 (16.80% from 255) = 10.91%
BLUE value IS 189 (74.22% from 255) = 49.09%
R=40%
G=10.91%
B=49.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal154421890.190.7800.26285.7163.6445.29
Hex9A2ABD134E01A11e402d
Octal232522752311603243610055
Binary10011010101010101111011001110011100110101000111101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,42,189); }

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

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

 a { background-color: rgb(154,42,189); }

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

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

 span { border-color: rgb(154,42,189); }

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