#9F4BD6

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

Shades of Dark Orchid #9F4BD6

Tints of Dark Orchid #9F4BD6

Color information

#9F4BD6 (or 0x9F4BD6) is unknown color: approx Dark Orchid. HEX triplet: 9F, 4B and D6. RGB value is (159,75,214). Sum of RGB (Red+Green+Blue) = 159+75+214=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F4BD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F4BD6 is #60B429. Grayscale: #737373. Windows color (decimal): -6337578 or 14044063. OLE color: 14044063.

HSL color Cylindrical-coordinate representation of color #9F4BD6: hue angle of 276.26º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F4BD6 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15975214-
CMYK0.260.6500.16
HSL276.26º62.9%56.67%-
HSV(B)276.26º64.95%83.92%-
XYZ28.9517.2665.42-
YUV115.96183.33158.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.49%
GREEN value IS 75 (29.69% from 255) = 16.74%
BLUE value IS 214 (83.98% from 255) = 47.77%
R=35.49%
G=16.74%
B=47.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal159752140.260.6500.16276.2662.956.67
Hex9F4BD61A410101143f39
Octal237113326321010204247771
Binary10011111100101111010110110101000001010000100010100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,75,214); }

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

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

 a { background-color: rgb(159,75,214); }

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

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

 span { border-color: rgb(159,75,214); }

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