#9A85BD

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

Shades of Cold Purple #9A85BD

Tints of Cold Purple #9A85BD

Color information

#9A85BD (or 0x9A85BD) is unknown color: approx Cold Purple. HEX triplet: 9A, 85 and BD. RGB value is (154,133,189). Sum of RGB (Red+Green+Blue) = 154+133+189=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A85BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A85BD is #657A42. Grayscale: #919191. Windows color (decimal): -6650435 or 12420506. OLE color: 12420506.

HSL color Cylindrical-coordinate representation of color #9A85BD: hue angle of 262.5º degrees, saturation: 0.3, 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 #9A85BD is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB154133189-
CMYK0.190.3000.26
HSL262.5º29.79%63.14%-
HSV(B)262.5º29.63%74.12%-
XYZ30.927.3251.79-
YUV145.66152.46133.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.35%
GREEN value IS 133 (52.34% from 255) = 27.94%
BLUE value IS 189 (74.22% from 255) = 39.71%
R=32.35%
G=27.94%
B=39.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541331890.190.3000.26262.529.7963.14
Hex9A85BD131E01A1061e3f
Octal23220527523360324063677
Binary100110101000010110111101100111111001101010000011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A85BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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