#968AEC

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

Shades of Medium Purple #968AEC

Tints of Medium Purple #968AEC

Color information

#968AEC (or 0x968AEC) is unknown color: approx Medium Purple. HEX triplet: 96, 8A and EC. RGB value is (150,138,236). Sum of RGB (Red+Green+Blue) = 150+138+236=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #968AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968AEC is #697513. Grayscale: #989898. Windows color (decimal): -6911252 or 15501974. OLE color: 15501974.

HSL color Cylindrical-coordinate representation of color #968AEC: hue angle of 247.35º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #968AEC is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150138236-
CMYK0.360.4200.07
HSL247.35º72.06%73.33%-
HSV(B)247.35º41.53%92.55%-
XYZ36.8130.7283.35-
YUV152.76174.98126.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.63%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 236 (92.58% from 255) = 45.04%
R=28.63%
G=26.34%
B=45.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501382360.360.4200.07247.3572.0673.33
Hex968AEC242A07f74849
Octal226212354445207367110111
Binary10010110100010101110110010010010101001111111011110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968AEC; }

 p { color: rgb(150,138,236); }

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

<style>
 a { background-color: #968AEC; }

 a { background-color: rgb(150,138,236); }

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

<style>
 span { border-color: #968AEC; }

 span { border-color: rgb(150,138,236); }

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