#9F39BE

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

Shades of Dark Orchid #9F39BE

Tints of Dark Orchid #9F39BE

Color information

#9F39BE (or 0x9F39BE) is unknown color: approx Dark Orchid. HEX triplet: 9F, 39 and BE. RGB value is (159,57,190). Sum of RGB (Red+Green+Blue) = 159+57+190=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F39BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F39BE is #60C641. Grayscale: #666666. Windows color (decimal): -6342210 or 12466591. OLE color: 12466591.

HSL color Cylindrical-coordinate representation of color #9F39BE: hue angle of 286.02º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F39BE is Cyan = 0.16, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15957190-
CMYK0.160.700.25
HSL286.02º53.85%48.43%-
HSV(B)286.02º70%74.51%-
XYZ25.0614.0150.1-
YUV102.66177.29168.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.16%
GREEN value IS 57 (22.66% from 255) = 14.04%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=39.16%
G=14.04%
B=46.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159571900.160.700.25286.0253.8548.43
Hex9F39BE104601911e3630
Octal23771276201060314366660
Binary1001111111100110111110100001000110011001100011110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F39BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,57,190); }

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

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

 a { background-color: rgb(159,57,190); }

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

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

 span { border-color: rgb(159,57,190); }

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