#9C8CEC

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

Shades of Medium Purple #9C8CEC

Tints of Medium Purple #9C8CEC

Color information

#9C8CEC (or 0x9C8CEC) is unknown color: approx Medium Purple. HEX triplet: 9C, 8C and EC. RGB value is (156,140,236). Sum of RGB (Red+Green+Blue) = 156+140+236=532 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.32% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C8CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8CEC is #637313. Grayscale: #9B9B9B. Windows color (decimal): -6517524 or 15502492. OLE color: 15502492.

HSL color Cylindrical-coordinate representation of color #9C8CEC: hue angle of 250º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C8CEC is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB156140236-
CMYK0.340.4100.07
HSL250º71.64%73.73%-
HSV(B)250º40.68%92.55%-
XYZ38.2331.8883.5-
YUV155.73173.3128.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.32%
GREEN value IS 140 (55.08% from 255) = 26.32%
BLUE value IS 236 (92.58% from 255) = 44.36%
R=29.32%
G=26.32%
B=44.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1561402360.340.4100.0725071.6473.73
Hex9C8CEC222907fa484a
Octal234214354425107372110112
Binary10011100100011001110110010001010100101111111101010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,140,236); }

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

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

 a { background-color: rgb(156,140,236); }

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

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

 span { border-color: rgb(156,140,236); }

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