#9281BB

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

Shades of Cold Purple #9281BB

Tints of Cold Purple #9281BB

Color information

#9281BB (or 0x9281BB) is unknown color: approx Cold Purple. HEX triplet: 92, 81 and BB. RGB value is (146,129,187). Sum of RGB (Red+Green+Blue) = 146+129+187=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #9281BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9281BB is #6D7E44. Grayscale: #8C8C8C. Windows color (decimal): -7175749 or 12288402. OLE color: 12288402.

HSL color Cylindrical-coordinate representation of color #9281BB: hue angle of 257.59º degrees, saturation: 0.3, 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 #9281BB is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB146129187-
CMYK0.220.3100.27
HSL257.59º29.9%61.96%-
HSV(B)257.59º31.02%73.33%-
XYZ28.6725.450.4-
YUV140.7154.13131.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.60%
GREEN value IS 129 (50.78% from 255) = 27.92%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=31.60%
G=27.92%
B=40.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461291870.220.3100.27257.5929.961.96
Hex9281BB161F01B1021e3e
Octal22220127326370334023676
Binary100100101000000110111011101101111101101110000001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9281BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9281BB; }

 p { color: rgb(146,129,187); }

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

<style>
 a { background-color: #9281BB; }

 a { background-color: rgb(146,129,187); }

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

<style>
 span { border-color: #9281BB; }

 span { border-color: rgb(146,129,187); }

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