#9287BC

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

Shades of Cold Purple #9287BC

Tints of Cold Purple #9287BC

Color information

#9287BC (or 0x9287BC) is unknown color: approx Cold Purple. HEX triplet: 92, 87 and BC. RGB value is (146,135,188). Sum of RGB (Red+Green+Blue) = 146+135+188=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #9287BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9287BC is #6D7843. Grayscale: #909090. Windows color (decimal): -7174212 or 12355474. OLE color: 12355474.

HSL color Cylindrical-coordinate representation of color #9287BC: hue angle of 252.45º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9287BC is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146135188-
CMYK0.220.2800.26
HSL252.45º28.34%63.33%-
HSV(B)252.45º28.19%73.73%-
XYZ29.627.0751.24-
YUV144.33152.64129.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.13%
GREEN value IS 135 (53.12% from 255) = 28.78%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=31.13%
G=28.78%
B=40.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461351880.220.2800.26252.4528.3463.33
Hex9287BC161C01Afc1c3f
Octal22220727426340323743477
Binary10010010100001111011110010110111000110101111110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9287BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9287BC; }

 p { color: rgb(146,135,188); }

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

<style>
 a { background-color: #9287BC; }

 a { background-color: rgb(146,135,188); }

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

<style>
 span { border-color: #9287BC; }

 span { border-color: rgb(146,135,188); }

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