#9C7DE2

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

Shades of Medium Purple #9C7DE2

Tints of Medium Purple #9C7DE2

Color information

#9C7DE2 (or 0x9C7DE2) is unknown color: approx Medium Purple. HEX triplet: 9C, 7D and E2. RGB value is (156,125,226). Sum of RGB (Red+Green+Blue) = 156+125+226=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 226 (88.67% from 255 or 44.58% from 507); Max value from RGB is 226 - color contains mainly: blue. Hex color #9C7DE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7DE2 is #63821D. Grayscale: #919191. Windows color (decimal): -6521374 or 14843292. OLE color: 14843292.

HSL color Cylindrical-coordinate representation of color #9C7DE2: hue angle of 258.42º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C7DE2 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB156125226-
CMYK0.310.4500.11
HSL258.42º63.52%68.82%-
HSV(B)258.42º44.69%88.63%-
XYZ34.7727.2375.37-
YUV145.78173.27135.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.77%
GREEN value IS 125 (49.22% from 255) = 24.65%
BLUE value IS 226 (88.67% from 255) = 44.58%
R=30.77%
G=24.65%
B=44.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1561252260.310.4500.11258.4263.5268.82
Hex9C7DE21F2D0B1024045
Octal2341753423755013402100105
Binary10011100111110111100010111111011010101110000001010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,125,226); }

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

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

 a { background-color: rgb(156,125,226); }

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

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

 span { border-color: rgb(156,125,226); }

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