#9485B7

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

Shades of Cold Purple #9485B7

Tints of Cold Purple #9485B7

Color information

#9485B7 (or 0x9485B7) is unknown color: approx Cold Purple. HEX triplet: 94, 85 and B7. RGB value is (148,133,183). Sum of RGB (Red+Green+Blue) = 148+133+183=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 183 - color contains mainly: blue. Hex color #9485B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9485B7 is #6B7A48. Grayscale: #8F8F8F. Windows color (decimal): -7043657 or 12027284. OLE color: 12027284.

HSL color Cylindrical-coordinate representation of color #9485B7: hue angle of 258º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9485B7 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB148133183-
CMYK0.190.2700.28
HSL258º25.77%61.96%-
HSV(B)258º27.32%71.76%-
XYZ29.1526.4948.38-
YUV143.18150.47131.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 133 (52.34% from 255) = 28.66%
BLUE value IS 183 (71.88% from 255) = 39.44%
R=31.90%
G=28.66%
B=39.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1481331830.190.2700.2825825.7761.96
Hex9485B7131B01C1021a3e
Octal22420526723330344023276
Binary100101001000010110110111100111101101110010000001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9485B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9485B7; }

 p { color: rgb(148,133,183); }

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

<style>
 a { background-color: #9485B7; }

 a { background-color: rgb(148,133,183); }

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

<style>
 span { border-color: #9485B7; }

 span { border-color: rgb(148,133,183); }

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