#9D86CF

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

Shades of Cold Purple #9D86CF

Tints of Cold Purple #9D86CF

Color information

#9D86CF (or 0x9D86CF) is unknown color: approx Cold Purple. HEX triplet: 9D, 86 and CF. RGB value is (157,134,207). Sum of RGB (Red+Green+Blue) = 157+134+207=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D86CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D86CF is #627930. Grayscale: #949494. Windows color (decimal): -6453553 or 13600413. OLE color: 13600413.

HSL color Cylindrical-coordinate representation of color #9D86CF: hue angle of 258.9º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D86CF is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB157134207-
CMYK0.240.3500.19
HSL258.9º43.2%66.86%-
HSV(B)258.9º35.27%81.18%-
XYZ33.6928.7262.8-
YUV149.2160.62133.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.53%
GREEN value IS 134 (52.73% from 255) = 26.91%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=31.53%
G=26.91%
B=41.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1571342070.240.3500.19258.943.266.86
Hex9D86CF18230131032b43
Octal235206317304302340353103
Binary100111011000011011001111110001000110100111000000111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D86CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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