#9A1CD1

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

Shades of Dark Orchid #9A1CD1

Tints of Dark Orchid #9A1CD1

Color information

#9A1CD1 (or 0x9A1CD1) is unknown color: approx Dark Orchid. HEX triplet: 9A, 1C and D1. RGB value is (154,28,209). Sum of RGB (Red+Green+Blue) = 154+28+209=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 209 (82.03% from 255 or 53.45% from 391); Max value from RGB is 209 - color contains mainly: blue. Hex color #9A1CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1CD1 is #65E32E. Grayscale: #555555. Windows color (decimal): -6677295 or 13704346. OLE color: 13704346.

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

Color convert

RGB15428209-
CMYK0.260.8700.18
HSL281.77º76.37%46.47%-
HSV(B)281.77º86.6%81.96%-
XYZ25.2512.361.37-
YUV86.31197.24176.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.39%
GREEN value IS 28 (11.33% from 255) = 7.16%
BLUE value IS 209 (82.03% from 255) = 53.45%
R=39.39%
G=7.16%
B=53.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154282090.260.8700.18281.7776.3746.47
Hex9A1CD11A5701211a4c2e
Octal232343213212702243211456
Binary1001101011100110100011101010101110100101000110101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,28,209); }

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

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

 a { background-color: rgb(154,28,209); }

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

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

 span { border-color: rgb(154,28,209); }

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