#9F3CBA

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

Shades of Dark Orchid #9F3CBA

Tints of Dark Orchid #9F3CBA

Color information

#9F3CBA (or 0x9F3CBA) is unknown color: approx Dark Orchid. HEX triplet: 9F, 3C and BA. RGB value is (159,60,186). Sum of RGB (Red+Green+Blue) = 159+60+186=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F3CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3CBA is #60C345. Grayscale: #676767. Windows color (decimal): -6341446 or 12205215. OLE color: 12205215.

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

Color convert

RGB15960186-
CMYK0.150.6800.27
HSL287.14º51.22%48.24%-
HSV(B)287.14º67.74%72.94%-
XYZ24.7814.1547.88-
YUV103.96174.3167.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.26%
GREEN value IS 60 (23.83% from 255) = 14.81%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=39.26%
G=14.81%
B=45.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159601860.150.6800.27287.1451.2248.24
Hex9F3CBAF4401B11f3330
Octal23774272171040334376360
Binary100111111111001011101011111000100011011100011111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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