#9781BE

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

Shades of Cold Purple #9781BE

Tints of Cold Purple #9781BE

Color information

#9781BE (or 0x9781BE) is unknown color: approx Cold Purple. HEX triplet: 97, 81 and BE. RGB value is (151,129,190). Sum of RGB (Red+Green+Blue) = 151+129+190=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #9781BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9781BE is #687E41. Grayscale: #8E8E8E. Windows color (decimal): -6848066 or 12485015. OLE color: 12485015.

HSL color Cylindrical-coordinate representation of color #9781BE: hue angle of 261.64º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9781BE is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151129190-
CMYK0.210.3200.25
HSL261.64º31.94%62.55%-
HSV(B)261.64º32.11%74.51%-
XYZ29.912652.16-
YUV142.53154.79134.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.13%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=32.13%
G=27.45%
B=40.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511291900.210.3200.25261.6431.9462.55
Hex9781BE1520019106203f
Octal22720127625400314064077
Binary10010111100000011011111010101100000011001100000110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9781BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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