#968DBB

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

Shades of Cold Purple #968DBB

Tints of Cold Purple #968DBB

Color information

#968DBB (or 0x968DBB) is unknown color: approx Cold Purple. HEX triplet: 96, 8D and BB. RGB value is (150,141,187). Sum of RGB (Red+Green+Blue) = 150+141+187=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #968DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968DBB is #697244. Grayscale: #949494. Windows color (decimal): -6910533 or 12291478. OLE color: 12291478.

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

Color convert

RGB150141187-
CMYK0.200.2500.27
HSL251.74º25.27%64.31%-
HSV(B)251.74º24.6%73.33%-
XYZ31.0729.1251-
YUV148.94149.48128.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.38%
GREEN value IS 141 (55.47% from 255) = 29.50%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=31.38%
G=29.50%
B=39.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501411870.200.2500.27251.7425.2764.31
Hex968DBB141901Bfc1940
Octal226215273243103337431100
Binary100101101000110110111011101001100101101111111100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,141,187); }

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

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

 a { background-color: rgb(150,141,187); }

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

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

 span { border-color: rgb(150,141,187); }

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