#9284BC

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

Shades of Cold Purple #9284BC

Tints of Cold Purple #9284BC

Color information

#9284BC (or 0x9284BC) is unknown color: approx Cold Purple. HEX triplet: 92, 84 and BC. RGB value is (146,132,188). Sum of RGB (Red+Green+Blue) = 146+132+188=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #9284BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9284BC is #6D7B43. Grayscale: #8E8E8E. Windows color (decimal): -7174980 or 12354706. OLE color: 12354706.

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

Color convert

RGB146132188-
CMYK0.220.3000.26
HSL255º29.47%62.75%-
HSV(B)255º29.79%73.73%-
XYZ29.1826.2451.1-
YUV142.57153.64130.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.33%
GREEN value IS 132 (51.95% from 255) = 28.33%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=31.33%
G=28.33%
B=40.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461321880.220.3000.2625529.4762.75
Hex9284BC161E01Aff1d3f
Octal22220427426360323773577
Binary10010010100001001011110010110111100110101111111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9284BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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