#9781BB

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

Shades of Cold Purple #9781BB

Tints of Cold Purple #9781BB

Color information

#9781BB (or 0x9781BB) is unknown color: approx Cold Purple. HEX triplet: 97, 81 and BB. RGB value is (151,129,187). Sum of RGB (Red+Green+Blue) = 151+129+187=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #9781BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9781BB is #687E44. Grayscale: #8D8D8D. Windows color (decimal): -6848069 or 12288407. OLE color: 12288407.

HSL color Cylindrical-coordinate representation of color #9781BB: hue angle of 262.76º 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 #9781BB is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB151129187-
CMYK0.190.3100.27
HSL262.76º29.9%61.96%-
HSV(B)262.76º31.02%73.33%-
XYZ29.5825.8750.45-
YUV142.19153.29134.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.33%
GREEN value IS 129 (50.78% from 255) = 27.62%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=32.33%
G=27.62%
B=40.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511291870.190.3100.27262.7629.961.96
Hex9781BB131F01B1071e3e
Octal22720127323370334073676
Binary100101111000000110111011100111111101101110000011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9781BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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