#9B32AE

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

Shades of Dark Orchid #9B32AE

Tints of Dark Orchid #9B32AE

Color information

#9B32AE (or 0x9B32AE) is unknown color: approx Dark Orchid. HEX triplet: 9B, 32 and AE. RGB value is (155,50,174). Sum of RGB (Red+Green+Blue) = 155+50+174=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B32AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B32AE is #64CD51. Grayscale: #5F5F5F. Windows color (decimal): -6606162 or 11416219. OLE color: 11416219.

HSL color Cylindrical-coordinate representation of color #9B32AE: hue angle of 290.81º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B32AE is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15550174-
CMYK0.110.7100.32
HSL290.81º55.36%43.92%-
HSV(B)290.81º71.26%68.24%-
XYZ22.312.3141.24-
YUV95.53172.29170.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.90%
GREEN value IS 50 (19.92% from 255) = 13.19%
BLUE value IS 174 (68.36% from 255) = 45.91%
R=40.90%
G=13.19%
B=45.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155501740.110.7100.32290.8155.3643.92
Hex9B32AEB47020123372c
Octal23362256131070404436754
Binary1001101111001010101110101110001110100000100100011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B32AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,50,174); }

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

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

 a { background-color: rgb(155,50,174); }

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

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

 span { border-color: rgb(155,50,174); }

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