#968AED

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

Shades of Medium Purple #968AED

Tints of Medium Purple #968AED

Color information

#968AED (or 0x968AED) is unknown color: approx Medium Purple. HEX triplet: 96, 8A and ED. RGB value is (150,138,237). Sum of RGB (Red+Green+Blue) = 150+138+237=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #968AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968AED is #697512. Grayscale: #989898. Windows color (decimal): -6911251 or 15567510. OLE color: 15567510.

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

Color convert

RGB150138237-
CMYK0.370.4200.07
HSL247.27º73.33%73.53%-
HSV(B)247.27º41.77%92.94%-
XYZ36.9530.7884.11-
YUV152.87175.48125.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.57%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 237 (92.97% from 255) = 45.14%
R=28.57%
G=26.29%
B=45.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501382370.370.4200.07247.2773.3373.53
Hex968AED252A07f7494a
Octal226212355455207367111112
Binary10010110100010101110110110010110101001111111011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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