#9D86CD

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

Shades of Cold Purple #9D86CD

Tints of Cold Purple #9D86CD

Color information

#9D86CD (or 0x9D86CD) is unknown color: approx Cold Purple. HEX triplet: 9D, 86 and CD. RGB value is (157,134,205). Sum of RGB (Red+Green+Blue) = 157+134+205=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D86CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D86CD is #627932. Grayscale: #949494. Windows color (decimal): -6453555 or 13469341. OLE color: 13469341.

HSL color Cylindrical-coordinate representation of color #9D86CD: hue angle of 259.44º 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 #9D86CD is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157134205-
CMYK0.230.3500.20
HSL259.44º41.52%66.47%-
HSV(B)259.44º34.63%80.39%-
XYZ33.4528.6361.52-
YUV148.97159.62133.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.65%
GREEN value IS 134 (52.73% from 255) = 27.02%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=31.65%
G=27.02%
B=41.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571342050.230.3500.20259.4441.5266.47
Hex9D86CD17230141032a42
Octal235206315274302440352102
Binary100111011000011011001101101111000110101001000000111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D86CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,134,205); }

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

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

 a { background-color: rgb(157,134,205); }

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

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

 span { border-color: rgb(157,134,205); }

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