#9781BA

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

Shades of Cold Purple #9781BA

Tints of Cold Purple #9781BA

Color information

#9781BA (or 0x9781BA) is unknown color: approx Cold Purple. HEX triplet: 97, 81 and BA. RGB value is (151,129,186). Sum of RGB (Red+Green+Blue) = 151+129+186=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #9781BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9781BA is #687E45. Grayscale: #8D8D8D. Windows color (decimal): -6848070 or 12222871. OLE color: 12222871.

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

Color convert

RGB151129186-
CMYK0.190.3100.27
HSL263.16º29.23%61.76%-
HSV(B)263.16º30.65%72.94%-
XYZ29.4825.8249.89-
YUV142.08152.79134.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.40%
GREEN value IS 129 (50.78% from 255) = 27.68%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=32.40%
G=27.68%
B=39.91%

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
Decimal1511291860.190.3100.27263.1629.2361.76
Hex9781BA131F01B1071d3e
Octal22720127223370334073576
Binary100101111000000110111010100111111101101110000011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9781BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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