#9f6cdc

Color #9F6CDC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9F6CDC

Tints of Medium Purple #9F6CDC

Color information

#9F6CDC (or 0x9F6CDC) is unknown color: approx Medium Purple. HEX triplet: 9F, 6C and DC. RGB value is (159,108,220). Sum of RGB (Red+Green+Blue) = 159+108+220=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F6CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6CDC is #609323. Grayscale: #878787. Windows color (decimal): -6329124 or 14445727. OLE color: 14445727.

HSL color Cylindrical-coordinate representation of color #9F6CDC: hue angle of 267.32º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F6CDC is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB159108220-
CMYK0.280.5100.14
HSL267.32º61.54%64.31%-
HSV(B)267.32º50.91%86.27%-
XYZ32.5823.2670.48-
YUV136.02175.4144.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.65%
GREEN value IS 108 (42.58% from 255) = 22.18%
BLUE value IS 220 (86.33% from 255) = 45.17%
R=32.65%
G=22.18%
B=45.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1591082200.280.5100.14267.3261.5464.31
Hex9F6CDC1C330E10b3e40
Octal237154334346301641376100
Binary1001111111011001101110011100110011011101000010111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f6cdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,108,220); }

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

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

 a { background-color: rgb(159,108,220); }

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

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

 span { border-color: rgb(159,108,220); }

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