#9681BC

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

Shades of Cold Purple #9681BC

Tints of Cold Purple #9681BC

Color information

#9681BC (or 0x9681BC) is unknown color: approx Cold Purple. HEX triplet: 96, 81 and BC. RGB value is (150,129,188). Sum of RGB (Red+Green+Blue) = 150+129+188=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #9681BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9681BC is #697E43. Grayscale: #8D8D8D. Windows color (decimal): -6913604 or 12353942. OLE color: 12353942.

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

Color convert

RGB150129188-
CMYK0.200.3100.26
HSL261.36º30.57%62.16%-
HSV(B)261.36º31.38%73.73%-
XYZ29.5125.8251-
YUV142153.96133.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 129 (50.78% from 255) = 27.62%
BLUE value IS 188 (73.83% from 255) = 40.26%
R=32.12%
G=27.62%
B=40.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501291880.200.3100.26261.3630.5762.16
Hex9681BC141F01A1051f3e
Octal22620127424370324053776
Binary100101101000000110111100101001111101101010000010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9681BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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