#968BB6

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

Shades of Cold Purple #968BB6

Tints of Cold Purple #968BB6

Color information

#968BB6 (or 0x968BB6) is unknown color: approx Cold Purple. HEX triplet: 96, 8B and B6. RGB value is (150,139,182). Sum of RGB (Red+Green+Blue) = 150+139+182=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 182 - color contains mainly: blue. Hex color #968BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BB6 is #697449. Grayscale: #939393. Windows color (decimal): -6911050 or 11963286. OLE color: 11963286.

HSL color Cylindrical-coordinate representation of color #968BB6: hue angle of 255.35º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #968BB6 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB150139182-
CMYK0.180.2400.29
HSL255.35º22.75%62.94%-
HSV(B)255.35º23.63%71.37%-
XYZ30.2528.3348.13-
YUV147.19147.64130-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.85%
GREEN value IS 139 (54.69% from 255) = 29.51%
BLUE value IS 182 (71.48% from 255) = 38.64%
R=31.85%
G=29.51%
B=38.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501391820.180.2400.29255.3522.7562.94
Hex968BB6121801Dff173f
Octal22621326622300353772777
Binary10010110100010111011011010010110000111011111111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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