#9186AF

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

Shades of Cold Purple #9186AF

Tints of Cold Purple #9186AF

Color information

#9186AF (or 0x9186AF) is unknown color: approx Cold Purple. HEX triplet: 91, 86 and AF. RGB value is (145,134,175). Sum of RGB (Red+Green+Blue) = 145+134+175=454 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.94% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #9186AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9186AF is #6E7950. Grayscale: #8D8D8D. Windows color (decimal): -7240017 or 11503249. OLE color: 11503249.

HSL color Cylindrical-coordinate representation of color #9186AF: hue angle of 256.1º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9186AF is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB145134175-
CMYK0.170.2300.31
HSL256.1º20.4%60.59%-
HSV(B)256.1º23.43%68.63%-
XYZ27.9426.1744.14-
YUV141.96146.64130.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.94%
GREEN value IS 134 (52.73% from 255) = 29.52%
BLUE value IS 175 (68.75% from 255) = 38.55%
R=31.94%
G=29.52%
B=38.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451341750.170.2300.31256.120.460.59
Hex9186AF111701F100143d
Octal22120625721270374002475
Binary100100011000011010101111100011011101111110000000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9186AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9186AF; }

 p { color: rgb(145,134,175); }

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

<style>
 a { background-color: #9186AF; }

 a { background-color: rgb(145,134,175); }

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

<style>
 span { border-color: #9186AF; }

 span { border-color: rgb(145,134,175); }

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