#9A43E1

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

Shades of Dark Orchid #9A43E1

Tints of Dark Orchid #9A43E1

Color information

#9A43E1 (or 0x9A43E1) is unknown color: approx Dark Orchid. HEX triplet: 9A, 43 and E1. RGB value is (154,67,225). Sum of RGB (Red+Green+Blue) = 154+67+225=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 225 (88.28% from 255 or 50.45% from 446); Max value from RGB is 225 - color contains mainly: blue. Hex color #9A43E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A43E1 is #65BC1E. Grayscale: #6E6E6E. Windows color (decimal): -6667295 or 14762906. OLE color: 14762906.

HSL color Cylindrical-coordinate representation of color #9A43E1: hue angle of 273.04º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A43E1 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15467225-
CMYK0.320.7000.12
HSL273.04º72.48%57.25%-
HSV(B)273.04º70.22%88.24%-
XYZ28.9216.3272.86-
YUV111.02192.32158.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.53%
GREEN value IS 67 (26.56% from 255) = 15.02%
BLUE value IS 225 (88.28% from 255) = 50.45%
R=34.53%
G=15.02%
B=50.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal154672250.320.7000.12273.0472.4857.25
Hex9A43E120460C1114839
Octal2321033414010601442111071
Binary100110101000011111000011000001000110011001000100011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A43E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,67,225); }

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

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

 a { background-color: rgb(154,67,225); }

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

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

 span { border-color: rgb(154,67,225); }

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