#9F36BB

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

Shades of Dark Orchid #9F36BB

Tints of Dark Orchid #9F36BB

Color information

#9F36BB (or 0x9F36BB) is unknown color: approx Dark Orchid. HEX triplet: 9F, 36 and BB. RGB value is (159,54,187). Sum of RGB (Red+Green+Blue) = 159+54+187=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F36BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F36BB is #60C944. Grayscale: #646464. Windows color (decimal): -6342981 or 12269215. OLE color: 12269215.

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

Color convert

RGB15954187-
CMYK0.150.7100.27
HSL287.37º55.19%47.25%-
HSV(B)287.37º71.12%73.33%-
XYZ24.5913.648.34-
YUV100.56176.79169.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.75%
GREEN value IS 54 (21.48% from 255) = 13.5%
BLUE value IS 187 (73.44% from 255) = 46.75%
R=39.75%
G=13.5%
B=46.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159541870.150.7100.27287.3755.1947.25
Hex9F36BBF4701B11f372f
Octal23766273171070334376757
Binary100111111101101011101111111000111011011100011111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F36BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,54,187); }

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

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

 a { background-color: rgb(159,54,187); }

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

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

 span { border-color: rgb(159,54,187); }

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