#9F39BD

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

Shades of Dark Orchid #9F39BD

Tints of Dark Orchid #9F39BD

Color information

#9F39BD (or 0x9F39BD) is unknown color: approx Dark Orchid. HEX triplet: 9F, 39 and BD. RGB value is (159,57,189). Sum of RGB (Red+Green+Blue) = 159+57+189=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F39BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F39BD is #60C642. Grayscale: #666666. Windows color (decimal): -6342211 or 12401055. OLE color: 12401055.

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

Color convert

RGB15957189-
CMYK0.160.7000.26
HSL286.36º53.66%48.24%-
HSV(B)286.36º69.84%74.12%-
XYZ24.9513.9749.53-
YUV102.55176.79168.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.26%
GREEN value IS 57 (22.66% from 255) = 14.07%
BLUE value IS 189 (74.22% from 255) = 46.67%
R=39.26%
G=14.07%
B=46.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal159571890.160.7000.26286.3653.6648.24
Hex9F39BD104601A11e3630
Octal23771275201060324366660
Binary1001111111100110111101100001000110011010100011110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F39BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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