#9781BD

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

Shades of Cold Purple #9781BD

Tints of Cold Purple #9781BD

Color information

#9781BD (or 0x9781BD) is unknown color: approx Cold Purple. HEX triplet: 97, 81 and BD. RGB value is (151,129,189). Sum of RGB (Red+Green+Blue) = 151+129+189=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #9781BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9781BD is #687E42. Grayscale: #8E8E8E. Windows color (decimal): -6848067 or 12419479. OLE color: 12419479.

HSL color Cylindrical-coordinate representation of color #9781BD: hue angle of 262º 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 #9781BD is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB151129189-
CMYK0.200.3200.26
HSL262º31.25%62.35%-
HSV(B)262º31.75%74.12%-
XYZ29.825.9551.58-
YUV142.42154.29134.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.20%
GREEN value IS 129 (50.78% from 255) = 27.51%
BLUE value IS 189 (74.22% from 255) = 40.30%
R=32.20%
G=27.51%
B=40.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1511291890.200.3200.2626231.2562.35
Hex9781BD142001A1061f3e
Octal22720127524400324063776
Binary1001011110000001101111011010010000001101010000011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9781BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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