#9A85BF

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

Shades of Cold Purple #9A85BF

Tints of Cold Purple #9A85BF

Color information

#9A85BF (or 0x9A85BF) is unknown color: approx Cold Purple. HEX triplet: 9A, 85 and BF. RGB value is (154,133,191). Sum of RGB (Red+Green+Blue) = 154+133+191=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A85BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A85BF is #657A40. Grayscale: #919191. Windows color (decimal): -6650433 or 12551578. OLE color: 12551578.

HSL color Cylindrical-coordinate representation of color #9A85BF: hue angle of 261.72º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A85BF is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154133191-
CMYK0.190.3000.25
HSL261.72º31.18%63.53%-
HSV(B)261.72º30.37%74.9%-
XYZ31.1227.4152.94-
YUV145.89153.46133.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.22%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 191 (75% from 255) = 39.96%
R=32.22%
G=27.82%
B=39.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541331910.190.3000.25261.7231.1863.53
Hex9A85BF131E0191061f40
Octal232205277233603140637100
Binary1001101010000101101111111001111110011001100000110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A85BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A85BF; }

 p { color: rgb(154,133,191); }

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

<style>
 a { background-color: #9A85BF; }

 a { background-color: rgb(154,133,191); }

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

<style>
 span { border-color: #9A85BF; }

 span { border-color: rgb(154,133,191); }

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