#9F3CBF

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

Shades of Dark Orchid #9F3CBF

Tints of Dark Orchid #9F3CBF

Color information

#9F3CBF (or 0x9F3CBF) is unknown color: approx Dark Orchid. HEX triplet: 9F, 3C and BF. RGB value is (159,60,191). Sum of RGB (Red+Green+Blue) = 159+60+191=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F3CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3CBF is #60C340. Grayscale: #686868. Windows color (decimal): -6341441 or 12532895. OLE color: 12532895.

HSL color Cylindrical-coordinate representation of color #9F3CBF: hue angle of 285.34º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F3CBF is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15960191-
CMYK0.170.6900.25
HSL285.34º52.19%49.22%-
HSV(B)285.34º68.59%74.9%-
XYZ25.3214.3650.73-
YUV104.54176.8166.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.78%
GREEN value IS 60 (23.83% from 255) = 14.63%
BLUE value IS 191 (75% from 255) = 46.59%
R=38.78%
G=14.63%
B=46.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159601910.170.6900.25285.3452.1949.22
Hex9F3CBF114501911d3431
Octal23774277211050314356461
Binary1001111111110010111111100011000101011001100011101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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