#9282B6

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

Shades of Cold Purple #9282B6

Tints of Cold Purple #9282B6

Color information

#9282B6 (or 0x9282B6) is unknown color: approx Cold Purple. HEX triplet: 92, 82 and B6. RGB value is (146,130,182). Sum of RGB (Red+Green+Blue) = 146+130+182=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 182 - color contains mainly: blue. Hex color #9282B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9282B6 is #6D7D49. Grayscale: #8C8C8C. Windows color (decimal): -7175498 or 11960978. OLE color: 11960978.

HSL color Cylindrical-coordinate representation of color #9282B6: hue angle of 258.46º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9282B6 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB146130182-
CMYK0.200.2900.29
HSL258.46º26.26%61.18%-
HSV(B)258.46º28.57%71.37%-
XYZ28.2825.4547.68-
YUV140.71151.3131.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.88%
GREEN value IS 130 (51.17% from 255) = 28.38%
BLUE value IS 182 (71.48% from 255) = 39.74%
R=31.88%
G=28.38%
B=39.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461301820.200.2900.29258.4626.2661.18
Hex9282B6141D01D1021a3d
Octal22220226624350354023275
Binary100100101000001010110110101001110101110110000001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9282B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9282B6; }

 p { color: rgb(146,130,182); }

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

<style>
 a { background-color: #9282B6; }

 a { background-color: rgb(146,130,182); }

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

<style>
 span { border-color: #9282B6; }

 span { border-color: rgb(146,130,182); }

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