#9A85CD

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

Shades of Cold Purple #9A85CD

Tints of Cold Purple #9A85CD

Color information

#9A85CD (or 0x9A85CD) is unknown color: approx Cold Purple. HEX triplet: 9A, 85 and CD. RGB value is (154,133,205). Sum of RGB (Red+Green+Blue) = 154+133+205=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A85CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A85CD is #657A32. Grayscale: #939393. Windows color (decimal): -6650419 or 13469082. OLE color: 13469082.

HSL color Cylindrical-coordinate representation of color #9A85CD: hue angle of 257.5º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A85CD is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154133205-
CMYK0.250.3500.20
HSL257.5º41.86%66.27%-
HSV(B)257.5º35.12%80.39%-
XYZ32.7328.0561.45-
YUV147.49160.46132.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.30%
GREEN value IS 133 (52.34% from 255) = 27.03%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=31.30%
G=27.03%
B=41.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541332050.250.3500.20257.541.8666.27
Hex9A85CD19230141022a42
Octal232205315314302440252102
Binary100110101000010111001101110011000110101001000000101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A85CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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