#9182BF

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

Shades of Cold Purple #9182BF

Tints of Cold Purple #9182BF

Color information

#9182BF (or 0x9182BF) is unknown color: approx Cold Purple. HEX triplet: 91, 82 and BF. RGB value is (145,130,191). Sum of RGB (Red+Green+Blue) = 145+130+191=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #9182BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9182BF is #6E7D40. Grayscale: #8D8D8D. Windows color (decimal): -7241025 or 12550801. OLE color: 12550801.

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

Color convert

RGB145130191-
CMYK0.240.3200.25
HSL254.75º32.28%62.94%-
HSV(B)254.75º31.94%74.9%-
XYZ29.0625.7552.73-
YUV141.44155.97130.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.12%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 191 (75% from 255) = 40.99%
R=31.12%
G=27.90%
B=40.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451301910.240.3200.25254.7532.2862.94
Hex9182BF1820019ff203f
Octal22120227730400313774077
Binary1001000110000010101111111100010000001100111111111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9182BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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