#9B81BD

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

Shades of Cold Purple #9B81BD

Tints of Cold Purple #9B81BD

Color information

#9B81BD (or 0x9B81BD) is unknown color: approx Cold Purple. HEX triplet: 9B, 81 and BD. RGB value is (155,129,189). Sum of RGB (Red+Green+Blue) = 155+129+189=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B81BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B81BD is #647E42. Grayscale: #8F8F8F. Windows color (decimal): -6585923 or 12419483. OLE color: 12419483.

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

Color convert

RGB155129189-
CMYK0.180.3200.26
HSL266º31.25%62.35%-
HSV(B)266º31.75%74.12%-
XYZ30.5526.3451.62-
YUV143.61153.61136.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.77%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=32.77%
G=27.27%
B=39.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551291890.180.3200.2626631.2562.35
Hex9B81BD122001A10a1f3e
Octal23320127522400324123776
Binary1001101110000001101111011001010000001101010000101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B81BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B81BD; }

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

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

<style>
 a { background-color: #9B81BD; }

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

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

<style>
 span { border-color: #9B81BD; }

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

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