#967FBE

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

Shades of Cold Purple #967FBE

Tints of Cold Purple #967FBE

Color information

#967FBE (or 0x967FBE) is unknown color: approx Cold Purple. HEX triplet: 96, 7F and BE. RGB value is (150,127,190). Sum of RGB (Red+Green+Blue) = 150+127+190=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #967FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FBE is #698041. Grayscale: #8C8C8C. Windows color (decimal): -6914114 or 12484502. OLE color: 12484502.

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

Color convert

RGB150127190-
CMYK0.210.3300.25
HSL261.9º32.64%62.16%-
HSV(B)261.9º33.16%74.51%-
XYZ29.4625.3852.06-
YUV141.06155.62134.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 127 (50% from 255) = 27.19%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=32.12%
G=27.19%
B=40.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501271900.210.3300.25261.932.6462.16
Hex967FBE1521019106213e
Octal22617727625410314064176
Binary1001011011111111011111010101100001011001100000110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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