#9F3AB7

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

Shades of Dark Orchid #9F3AB7

Tints of Dark Orchid #9F3AB7

Color information

#9F3AB7 (or 0x9F3AB7) is unknown color: approx Dark Orchid. HEX triplet: 9F, 3A and B7. RGB value is (159,58,183). Sum of RGB (Red+Green+Blue) = 159+58+183=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 183 (71.88% from 255 or 45.75% from 400); Max value from RGB is 183 - color contains mainly: blue. Hex color #9F3AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3AB7 is #60C548. Grayscale: #666666. Windows color (decimal): -6341961 or 12008095. OLE color: 12008095.

HSL color Cylindrical-coordinate representation of color #9F3AB7: hue angle of 288.48º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F3AB7 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15958183-
CMYK0.130.6800.28
HSL288.48º51.87%47.25%-
HSV(B)288.48º68.31%71.76%-
XYZ24.3613.8246.18-
YUV102.45173.46168.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.75%
GREEN value IS 58 (23.05% from 255) = 14.5%
BLUE value IS 183 (71.88% from 255) = 45.75%
R=39.75%
G=14.5%
B=45.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal159581830.130.6800.28288.4851.8747.25
Hex9F3AB7D4401C120342f
Octal23772267151040344406457
Binary100111111110101011011111011000100011100100100000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,58,183); }

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

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

 a { background-color: rgb(159,58,183); }

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

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

 span { border-color: rgb(159,58,183); }

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