#9184BF

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

Shades of Cold Purple #9184BF

Tints of Cold Purple #9184BF

Color information

#9184BF (or 0x9184BF) is unknown color: approx Cold Purple. HEX triplet: 91, 84 and BF. RGB value is (145,132,191). Sum of RGB (Red+Green+Blue) = 145+132+191=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #9184BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9184BF is #6E7B40. Grayscale: #8E8E8E. Windows color (decimal): -7240513 or 12551313. OLE color: 12551313.

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

Color convert

RGB145132191-
CMYK0.240.3100.25
HSL253.22º31.55%63.33%-
HSV(B)253.22º30.89%74.9%-
XYZ29.3326.2852.82-
YUV142.61155.31129.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.98%
GREEN value IS 132 (51.95% from 255) = 28.21%
BLUE value IS 191 (75% from 255) = 40.81%
R=30.98%
G=28.21%
B=40.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451321910.240.3100.25253.2231.5563.33
Hex9184BF181F019fd203f
Octal22120427730370313754077
Binary100100011000010010111111110001111101100111111101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9184BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9184BF; }

 p { color: rgb(145,132,191); }

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

<style>
 a { background-color: #9184BF; }

 a { background-color: rgb(145,132,191); }

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

<style>
 span { border-color: #9184BF; }

 span { border-color: rgb(145,132,191); }

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