#9183BB

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

Shades of Cold Purple #9183BB

Tints of Cold Purple #9183BB

Color information

#9183BB (or 0x9183BB) is unknown color: approx Cold Purple. HEX triplet: 91, 83 and BB. RGB value is (145,131,187). Sum of RGB (Red+Green+Blue) = 145+131+187=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #9183BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9183BB is #6E7C44. Grayscale: #8D8D8D. Windows color (decimal): -7240773 or 12288913. OLE color: 12288913.

HSL color Cylindrical-coordinate representation of color #9183BB: hue angle of 255º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9183BB is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145131187-
CMYK0.220.3000.27
HSL255º29.17%62.35%-
HSV(B)255º29.95%73.33%-
XYZ28.7625.8450.49-
YUV141.57153.64130.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.32%
GREEN value IS 131 (51.56% from 255) = 28.29%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=31.32%
G=28.29%
B=40.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451311870.220.3000.2725529.1762.35
Hex9183BB161E01Bff1d3e
Octal22120327326360333773576
Binary10010001100000111011101110110111100110111111111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9183BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,131,187); }

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

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

 a { background-color: rgb(145,131,187); }

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

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

 span { border-color: rgb(145,131,187); }

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