#9681BB

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

Shades of Cold Purple #9681BB

Tints of Cold Purple #9681BB

Color information

#9681BB (or 0x9681BB) is unknown color: approx Cold Purple. HEX triplet: 96, 81 and BB. RGB value is (150,129,187). Sum of RGB (Red+Green+Blue) = 150+129+187=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #9681BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9681BB is #697E44. Grayscale: #8D8D8D. Windows color (decimal): -6913605 or 12288406. OLE color: 12288406.

HSL color Cylindrical-coordinate representation of color #9681BB: hue angle of 261.72º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9681BB is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150129187-
CMYK0.200.3100.27
HSL261.72º29.9%61.96%-
HSV(B)261.72º31.02%73.33%-
XYZ29.425.7750.44-
YUV141.89153.46133.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.19%
GREEN value IS 129 (50.78% from 255) = 27.68%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=32.19%
G=27.68%
B=40.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501291870.200.3100.27261.7229.961.96
Hex9681BB141F01B1061e3e
Octal22620127324370334063676
Binary100101101000000110111011101001111101101110000011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9681BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9681BB; }

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

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

<style>
 a { background-color: #9681BB; }

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

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

<style>
 span { border-color: #9681BB; }

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

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