#9A85BC

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

Shades of Cold Purple #9A85BC

Tints of Cold Purple #9A85BC

Color information

#9A85BC (or 0x9A85BC) is unknown color: approx Cold Purple. HEX triplet: 9A, 85 and BC. RGB value is (154,133,188). Sum of RGB (Red+Green+Blue) = 154+133+188=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A85BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A85BC is #657A43. Grayscale: #919191. Windows color (decimal): -6650436 or 12354970. OLE color: 12354970.

HSL color Cylindrical-coordinate representation of color #9A85BC: hue angle of 262.91º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A85BC is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB154133188-
CMYK0.180.2900.26
HSL262.91º29.1%62.94%-
HSV(B)262.91º29.26%73.73%-
XYZ30.7927.2851.22-
YUV145.55151.96134.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.42%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=32.42%
G=28%
B=39.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541331880.180.2900.26262.9129.162.94
Hex9A85BC121D01A1071d3f
Octal23220527422350324073577
Binary100110101000010110111100100101110101101010000011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A85BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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