#9c7ff2

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

Shades of Medium Purple #9C7FF2

Tints of Medium Purple #9C7FF2

Color information

#9C7FF2 (or 0x9C7FF2) is unknown color: approx Medium Purple. HEX triplet: 9C, 7F and F2. RGB value is (156,127,242). Sum of RGB (Red+Green+Blue) = 156+127+242=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #9C7FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7FF2 is #63800D. Grayscale: #949494. Windows color (decimal): -6520846 or 15892380. OLE color: 15892380.

HSL color Cylindrical-coordinate representation of color #9C7FF2: hue angle of 255.13º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C7FF2 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB156127242-
CMYK0.360.4800.05
HSL255.13º81.56%72.35%-
HSV(B)255.13º47.52%94.9%-
XYZ37.3328.6687.57-
YUV148.78180.61133.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.71%
GREEN value IS 127 (50% from 255) = 24.19%
BLUE value IS 242 (94.92% from 255) = 46.10%
R=29.71%
G=24.19%
B=46.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1561272420.360.4800.05255.1381.5672.35
Hex9C7FF2243005ff5248
Octal234177362446005377122110
Binary1001110011111111111001010010011000001011111111110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c7ff2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,127,242); }

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

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

 a { background-color: rgb(156,127,242); }

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

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

 span { border-color: rgb(156,127,242); }

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