#967FBF

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

Shades of Cold Purple #967FBF

Tints of Cold Purple #967FBF

Color information

#967FBF (or 0x967FBF) is unknown color: approx Cold Purple. HEX triplet: 96, 7F and BF. RGB value is (150,127,191). Sum of RGB (Red+Green+Blue) = 150+127+191=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #967FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FBF is #698040. Grayscale: #8C8C8C. Windows color (decimal): -6914113 or 12550038. OLE color: 12550038.

HSL color Cylindrical-coordinate representation of color #967FBF: hue angle of 261.56º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #967FBF is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150127191-
CMYK0.210.3400.25
HSL261.56º33.33%62.35%-
HSV(B)261.56º33.51%74.9%-
XYZ29.5725.4252.64-
YUV141.17156.12134.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 191 (75% from 255) = 40.81%
R=32.05%
G=27.14%
B=40.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501271910.210.3400.25261.5633.3362.35
Hex967FBF1522019106213e
Octal22617727725420314064176
Binary1001011011111111011111110101100010011001100000110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,127,191); }

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

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

 a { background-color: rgb(150,127,191); }

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

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

 span { border-color: rgb(150,127,191); }

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