#968FBE

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

Shades of Cold Purple #968FBE

Tints of Cold Purple #968FBE

Color information

#968FBE (or 0x968FBE) is unknown color: approx Cold Purple. HEX triplet: 96, 8F and BE. RGB value is (150,143,190). Sum of RGB (Red+Green+Blue) = 150+143+190=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #968FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FBE is #697041. Grayscale: #969696. Windows color (decimal): -6910018 or 12488598. OLE color: 12488598.

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

Color convert

RGB150143190-
CMYK0.210.2500.25
HSL248.94º26.55%65.29%-
HSV(B)248.94º24.74%74.51%-
XYZ31.6929.8552.81-
YUV150.45150.32127.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.06%
GREEN value IS 143 (56.25% from 255) = 29.61%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=31.06%
G=29.61%
B=39.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501431900.210.2500.25248.9426.5565.29
Hex968FBE1519019f91b41
Octal226217276253103137133101
Binary100101101000111110111110101011100101100111111001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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