#9C82ED

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

Shades of Medium Purple #9C82ED

Tints of Medium Purple #9C82ED

Color information

#9C82ED (or 0x9C82ED) is unknown color: approx Medium Purple. HEX triplet: 9C, 82 and ED. RGB value is (156,130,237). Sum of RGB (Red+Green+Blue) = 156+130+237=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C82ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C82ED is #637D12. Grayscale: #959595. Windows color (decimal): -6520083 or 15565468. OLE color: 15565468.

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

Color convert

RGB156130237-
CMYK0.340.4500.07
HSL254.58º74.83%71.96%-
HSV(B)254.58º45.15%92.94%-
XYZ36.9829.1583.8-
YUV149.97177.11132.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.83%
GREEN value IS 130 (51.17% from 255) = 24.86%
BLUE value IS 237 (92.97% from 255) = 45.32%
R=29.83%
G=24.86%
B=45.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1561302370.340.4500.07254.5874.8371.96
Hex9C82ED222D07ff4b48
Octal234202355425507377113110
Binary10011100100000101110110110001010110101111111111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C82ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,130,237); }

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

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

 a { background-color: rgb(156,130,237); }

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

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

 span { border-color: rgb(156,130,237); }

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