#9A19D0

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

Shades of Dark Orchid #9A19D0

Tints of Dark Orchid #9A19D0

Color information

#9A19D0 (or 0x9A19D0) is unknown color: approx Dark Orchid. HEX triplet: 9A, 19 and D0. RGB value is (154,25,208). Sum of RGB (Red+Green+Blue) = 154+25+208=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #9A19D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A19D0 is #65E62F. Grayscale: #535353. Windows color (decimal): -6678064 or 13638042. OLE color: 13638042.

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

Color convert

RGB15425208-
CMYK0.260.8800.18
HSL282.3º78.54%45.69%-
HSV(B)282.3º87.98%81.57%-
XYZ25.0612.1260.69-
YUV84.43197.74177.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.79%
GREEN value IS 25 (10.16% from 255) = 6.46%
BLUE value IS 208 (81.64% from 255) = 53.75%
R=39.79%
G=6.46%
B=53.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154252080.260.8800.18282.378.5445.69
Hex9A19D01A5801211a4f2e
Octal232313203213002243211756
Binary1001101011001110100001101010110000100101000110101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A19D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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