#9D35AC

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

Shades of Dark Orchid #9D35AC

Tints of Dark Orchid #9D35AC

Color information

#9D35AC (or 0x9D35AC) is unknown color: approx Dark Orchid. HEX triplet: 9D, 35 and AC. RGB value is (157,53,172). Sum of RGB (Red+Green+Blue) = 157+53+172=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D35AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D35AC is #62CA53. Grayscale: #616161. Windows color (decimal): -6474324 or 11285917. OLE color: 11285917.

HSL color Cylindrical-coordinate representation of color #9D35AC: hue angle of 292.44º 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 #9D35AC is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15753172-
CMYK0.090.6900.33
HSL292.44º52.89%44.12%-
HSV(B)292.44º69.19%67.45%-
XYZ22.6212.6940.29-
YUV97.66169.96170.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.10%
GREEN value IS 53 (21.09% from 255) = 13.87%
BLUE value IS 172 (67.58% from 255) = 45.03%
R=41.10%
G=13.87%
B=45.03%

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
Decimal157531720.090.6900.33292.4452.8944.12
Hex9D35AC945021124352c
Octal23565254111050414446554
Binary1001110111010110101100100110001010100001100100100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D35AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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