#967BD9

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

Shades of Medium Purple #967BD9

Tints of Medium Purple #967BD9

Color information

#967BD9 (or 0x967BD9) is unknown color: approx Medium Purple. HEX triplet: 96, 7B and D9. RGB value is (150,123,217). Sum of RGB (Red+Green+Blue) = 150+123+217=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #967BD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967BD9 is #698426. Grayscale: #8D8D8D. Windows color (decimal): -6915111 or 14252950. OLE color: 14252950.

HSL color Cylindrical-coordinate representation of color #967BD9: hue angle of 257.23º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #967BD9 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150123217-
CMYK0.310.4300.15
HSL257.23º55.29%66.67%-
HSV(B)257.23º43.32%85.1%-
XYZ32.1925.6668.9-
YUV141.79170.45133.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 123 (48.44% from 255) = 25.10%
BLUE value IS 217 (85.16% from 255) = 44.29%
R=30.61%
G=25.10%
B=44.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501232170.310.4300.15257.2355.2966.67
Hex967BD91F2B0F1013743
Octal226173331375301740167103
Binary1001011011110111101100111111101011011111000000011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967BD9; }

 p { color: rgb(150,123,217); }

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

<style>
 a { background-color: #967BD9; }

 a { background-color: rgb(150,123,217); }

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

<style>
 span { border-color: #967BD9; }

 span { border-color: rgb(150,123,217); }

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