#9A85BE

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

Shades of Cold Purple #9A85BE

Tints of Cold Purple #9A85BE

Color information

#9A85BE (or 0x9A85BE) is unknown color: approx Cold Purple. HEX triplet: 9A, 85 and BE. RGB value is (154,133,190). Sum of RGB (Red+Green+Blue) = 154+133+190=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A85BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A85BE is #657A41. Grayscale: #919191. Windows color (decimal): -6650434 or 12486042. OLE color: 12486042.

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

Color convert

RGB154133190-
CMYK0.190.300.25
HSL262.11º30.48%63.33%-
HSV(B)262.11º30%74.51%-
XYZ31.0127.3652.36-
YUV145.78152.96133.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.29%
GREEN value IS 133 (52.34% from 255) = 27.88%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=32.29%
G=27.88%
B=39.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541331900.190.300.25262.1130.4863.33
Hex9A85BE131E0191061e3f
Octal23220527623360314063677
Binary100110101000010110111110100111111001100110000011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A85BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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