#9681BD

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

Shades of Cold Purple #9681BD

Tints of Cold Purple #9681BD

Color information

#9681BD (or 0x9681BD) is unknown color: approx Cold Purple. HEX triplet: 96, 81 and BD. RGB value is (150,129,189). Sum of RGB (Red+Green+Blue) = 150+129+189=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #9681BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9681BD is #697E42. Grayscale: #8D8D8D. Windows color (decimal): -6913603 or 12419478. OLE color: 12419478.

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

Color convert

RGB150129189-
CMYK0.210.3200.26
HSL261º31.25%62.35%-
HSV(B)261º31.75%74.12%-
XYZ29.6125.8651.57-
YUV142.12154.46133.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 129 (50.78% from 255) = 27.56%
BLUE value IS 189 (74.22% from 255) = 40.38%
R=32.05%
G=27.56%
B=40.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501291890.210.3200.2626131.2562.35
Hex9681BD152001A1051f3e
Octal22620127525400324053776
Binary1001011010000001101111011010110000001101010000010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9681BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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