#9287C7

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

Shades of Cold Purple #9287C7

Tints of Cold Purple #9287C7

Color information

#9287C7 (or 0x9287C7) is unknown color: approx Cold Purple. HEX triplet: 92, 87 and C7. RGB value is (146,135,199). Sum of RGB (Red+Green+Blue) = 146+135+199=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 199 (78.12% from 255 or 41.46% from 480); Max value from RGB is 199 - color contains mainly: blue. Hex color #9287C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9287C7 is #6D7838. Grayscale: #919191. Windows color (decimal): -7174201 or 13076370. OLE color: 13076370.

HSL color Cylindrical-coordinate representation of color #9287C7: hue angle of 250.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9287C7 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB146135199-
CMYK0.270.3200.22
HSL250.31º36.36%65.49%-
HSV(B)250.31º32.16%78.04%-
XYZ30.8327.5657.73-
YUV145.58158.14128.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.42%
GREEN value IS 135 (53.12% from 255) = 28.12%
BLUE value IS 199 (78.12% from 255) = 41.46%
R=30.42%
G=28.12%
B=41.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1461351990.270.3200.22250.3136.3665.49
Hex9287C71B20016fa2441
Octal222207307334002637244101
Binary10010010100001111100011111011100000010110111110101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9287C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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