#9C4AE3

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

Shades of Dark Orchid #9C4AE3

Tints of Dark Orchid #9C4AE3

Color information

#9C4AE3 (or 0x9C4AE3) is unknown color: approx Dark Orchid. HEX triplet: 9C, 4A and E3. RGB value is (156,74,227). Sum of RGB (Red+Green+Blue) = 156+74+227=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 227 (89.06% from 255 or 49.67% from 457); Max value from RGB is 227 - color contains mainly: blue. Hex color #9C4AE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C4AE3 is #63B51C. Grayscale: #737373. Windows color (decimal): -6534429 or 14895772. OLE color: 14895772.

HSL color Cylindrical-coordinate representation of color #9C4AE3: hue angle of 272.16º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C4AE3 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15674227-
CMYK0.310.6700.11
HSL272.16º73.21%59.02%-
HSV(B)272.16º67.4%89.02%-
XYZ30.0217.5174.47-
YUV115.96190.67156.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.14%
GREEN value IS 74 (29.30% from 255) = 16.19%
BLUE value IS 227 (89.06% from 255) = 49.67%
R=34.14%
G=16.19%
B=49.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal156742270.310.6700.11272.1673.2159.02
Hex9C4AE31F430B110493b
Octal2341123433710301342011173
Binary10011100100101011100011111111000011010111000100001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,74,227); }

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

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

 a { background-color: rgb(156,74,227); }

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

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

 span { border-color: rgb(156,74,227); }

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