#9F3BD2

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

Shades of Dark Orchid #9F3BD2

Tints of Dark Orchid #9F3BD2

Color information

#9F3BD2 (or 0x9F3BD2) is unknown color: approx Dark Orchid. HEX triplet: 9F, 3B and D2. RGB value is (159,59,210). Sum of RGB (Red+Green+Blue) = 159+59+210=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 210 (82.42% from 255 or 49.07% from 428); Max value from RGB is 210 - color contains mainly: blue. Hex color #9F3BD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3BD2 is #60C42D. Grayscale: #696969. Windows color (decimal): -6341678 or 13777823. OLE color: 13777823.

HSL color Cylindrical-coordinate representation of color #9F3BD2: hue angle of 279.74º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F3BD2 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15959210-
CMYK0.240.7200.18
HSL279.74º62.66%52.75%-
HSV(B)279.74º71.9%82.35%-
XYZ27.4915.1562.45-
YUV106.11186.63165.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.15%
GREEN value IS 59 (23.44% from 255) = 13.79%
BLUE value IS 210 (82.42% from 255) = 49.07%
R=37.15%
G=13.79%
B=49.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal159592100.240.7200.18279.7462.6652.75
Hex9F3BD218480121183f35
Octal23773322301100224307765
Binary1001111111101111010010110001001000010010100011000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,59,210); }

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

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

 a { background-color: rgb(159,59,210); }

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

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

 span { border-color: rgb(159,59,210); }

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