#968BAC

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

Shades of Cold Purple #968BAC

Tints of Cold Purple #968BAC

Color information

#968BAC (or 0x968BAC) is unknown color: approx Cold Purple. HEX triplet: 96, 8B and AC. RGB value is (150,139,172). Sum of RGB (Red+Green+Blue) = 150+139+172=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #968BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968BAC is #697453. Grayscale: #919191. Windows color (decimal): -6911060 or 11307926. OLE color: 11307926.

HSL color Cylindrical-coordinate representation of color #968BAC: hue angle of 260º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #968BAC is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150139172-
CMYK0.130.1900.33
HSL260º16.58%60.98%-
HSV(B)260º19.19%67.45%-
XYZ29.2627.9342.88-
YUV146.05142.64130.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.54%
GREEN value IS 139 (54.69% from 255) = 30.15%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=32.54%
G=30.15%
B=37.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501391720.130.1900.3326016.5860.98
Hex968BACD13021104113d
Octal22621325415230414042175
Binary100101101000101110101100110110011010000110000010010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,139,172); }

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

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

 a { background-color: rgb(150,139,172); }

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

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

 span { border-color: rgb(150,139,172); }

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