#9C35AE

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

Shades of Dark Orchid #9C35AE

Tints of Dark Orchid #9C35AE

Color information

#9C35AE (or 0x9C35AE) is unknown color: approx Dark Orchid. HEX triplet: 9C, 35 and AE. RGB value is (156,53,174). Sum of RGB (Red+Green+Blue) = 156+53+174=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C35AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C35AE is #63CA51. Grayscale: #616161. Windows color (decimal): -6539858 or 11416988. OLE color: 11416988.

HSL color Cylindrical-coordinate representation of color #9C35AE: hue angle of 291.07º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C35AE is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15653174-
CMYK0.100.7000.32
HSL291.07º53.3%44.51%-
HSV(B)291.07º69.54%68.24%-
XYZ22.6212.6741.3-
YUV97.59171.12169.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.73%
GREEN value IS 53 (21.09% from 255) = 13.84%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=40.73%
G=13.84%
B=45.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156531740.100.7000.32291.0753.344.51
Hex9C35AEA46020123352d
Octal23465256121060404436555
Binary1001110011010110101110101010001100100000100100011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C35AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,53,174); }

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

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

 a { background-color: rgb(156,53,174); }

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

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

 span { border-color: rgb(156,53,174); }

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