#9f35aa

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

Shades of Dark Orchid #9F35AA

Tints of Dark Orchid #9F35AA

Color information

#9F35AA (or 0x9F35AA) is unknown color: approx Dark Orchid. HEX triplet: 9F, 35 and AA. RGB value is (159,53,170). Sum of RGB (Red+Green+Blue) = 159+53+170=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F35AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F35AA is #60CA55. Grayscale: #616161. Windows color (decimal): -6343254 or 11154847. OLE color: 11154847.

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

Color convert

RGB15953170-
CMYK0.060.6900.33
HSL294.36º52.47%43.73%-
HSV(B)294.36º68.82%66.67%-
XYZ22.8312.8239.3-
YUV98.03168.62171.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.62%
GREEN value IS 53 (21.09% from 255) = 13.87%
BLUE value IS 170 (66.80% from 255) = 44.50%
R=41.62%
G=13.87%
B=44.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159531700.060.6900.33294.3652.4743.73
Hex9F35AA645021126342c
Octal2376525261050414466454
Binary100111111101011010101011010001010100001100100110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f35aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,53,170); }

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

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

 a { background-color: rgb(159,53,170); }

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

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

 span { border-color: rgb(159,53,170); }

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