#9C35AC

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

Shades of Dark Orchid #9C35AC

Tints of Dark Orchid #9C35AC

Color information

#9C35AC (or 0x9C35AC) is unknown color: approx Dark Orchid. HEX triplet: 9C, 35 and AC. RGB value is (156,53,172). Sum of RGB (Red+Green+Blue) = 156+53+172=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C35AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C35AC is #63CA53. Grayscale: #606060. Windows color (decimal): -6539860 or 11285916. OLE color: 11285916.

HSL color Cylindrical-coordinate representation of color #9C35AC: hue angle of 291.93º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C35AC is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15653172-
CMYK0.090.6900.33
HSL291.93º52.89%44.12%-
HSV(B)291.93º69.19%67.45%-
XYZ22.4312.5940.28-
YUV97.36170.12169.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.94%
GREEN value IS 53 (21.09% from 255) = 13.91%
BLUE value IS 172 (67.58% from 255) = 45.14%
R=40.94%
G=13.91%
B=45.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156531720.090.6900.33291.9352.8944.12
Hex9C35AC945021124352c
Octal23465254111050414446554
Binary1001110011010110101100100110001010100001100100100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C35AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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