#9F34AE

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

Shades of Dark Orchid #9F34AE

Tints of Dark Orchid #9F34AE

Color information

#9F34AE (or 0x9F34AE) is unknown color: approx Dark Orchid. HEX triplet: 9F, 34 and AE. RGB value is (159,52,174). Sum of RGB (Red+Green+Blue) = 159+52+174=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F34AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F34AE is #60CB51. Grayscale: #616161. Windows color (decimal): -6343506 or 11416735. OLE color: 11416735.

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

Color convert

RGB15952174-
CMYK0.090.7000.32
HSL292.62º53.98%44.31%-
HSV(B)292.62º70.11%68.24%-
XYZ23.1712.8841.31-
YUV97.9170.95171.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.30%
GREEN value IS 52 (20.70% from 255) = 13.51%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=41.30%
G=13.51%
B=45.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159521740.090.7000.32292.6253.9844.31
Hex9F34AE946020125362c
Octal23764256111060404456654
Binary1001111111010010101110100110001100100000100100101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F34AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,52,174); }

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

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

 a { background-color: rgb(159,52,174); }

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

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

 span { border-color: rgb(159,52,174); }

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