#9F35BA

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

Shades of Dark Orchid #9F35BA

Tints of Dark Orchid #9F35BA

Color information

#9F35BA (or 0x9F35BA) is unknown color: approx Dark Orchid. HEX triplet: 9F, 35 and BA. RGB value is (159,53,186). Sum of RGB (Red+Green+Blue) = 159+53+186=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F35BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F35BA is #60CA45. Grayscale: #636363. Windows color (decimal): -6343238 or 12203423. OLE color: 12203423.

HSL color Cylindrical-coordinate representation of color #9F35BA: hue angle of 287.82º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F35BA is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15953186-
CMYK0.150.7200.27
HSL287.82º55.65%46.86%-
HSV(B)287.82º71.51%72.94%-
XYZ24.4313.4647.77-
YUV99.86176.62170.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.95%
GREEN value IS 53 (21.09% from 255) = 13.32%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=39.95%
G=13.32%
B=46.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159531860.150.7200.27287.8255.6546.86
Hex9F35BAF4801B120382f
Octal23765272171100334407057
Binary100111111101011011101011111001000011011100100000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F35BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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