#9487AC

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

Shades of Cold Purple #9487AC

Tints of Cold Purple #9487AC

Color information

#9487AC (or 0x9487AC) is unknown color: approx Cold Purple. HEX triplet: 94, 87 and AC. RGB value is (148,135,172). Sum of RGB (Red+Green+Blue) = 148+135+172=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #9487AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9487AC is #6B7853. Grayscale: #8E8E8E. Windows color (decimal): -7043156 or 11306900. OLE color: 11306900.

HSL color Cylindrical-coordinate representation of color #9487AC: hue angle of 261.08º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9487AC is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148135172-
CMYK0.140.2200.33
HSL261.08º18.23%60.2%-
HSV(B)261.08º21.51%67.45%-
XYZ28.3226.642.67-
YUV143.1144.31131.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.53%
GREEN value IS 135 (53.12% from 255) = 29.67%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=32.53%
G=29.67%
B=37.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481351720.140.2200.33261.0818.2360.2
Hex9487ACE16021105123c
Octal22420725416260414052274
Binary100101001000011110101100111010110010000110000010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9487AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9487AC; }

 p { color: rgb(148,135,172); }

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

<style>
 a { background-color: #9487AC; }

 a { background-color: rgb(148,135,172); }

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

<style>
 span { border-color: #9487AC; }

 span { border-color: rgb(148,135,172); }

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