#9181BD

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

Shades of Cold Purple #9181BD

Tints of Cold Purple #9181BD

Color information

#9181BD (or 0x9181BD) is unknown color: approx Cold Purple. HEX triplet: 91, 81 and BD. RGB value is (145,129,189). Sum of RGB (Red+Green+Blue) = 145+129+189=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #9181BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9181BD is #6E7E42. Grayscale: #8C8C8C. Windows color (decimal): -7241283 or 12419473. OLE color: 12419473.

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

Color convert

RGB145129189-
CMYK0.230.3200.26
HSL256º31.25%62.35%-
HSV(B)256º31.75%74.12%-
XYZ28.7125.3951.53-
YUV140.62155.3131.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.32%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 189 (74.22% from 255) = 40.82%
R=31.32%
G=27.86%
B=40.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451291890.230.3200.2625631.2562.35
Hex9181BD172001A1001f3e
Octal22120127527400324003776
Binary1001000110000001101111011011110000001101010000000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9181BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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