#9D86CC

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

Shades of Cold Purple #9D86CC

Tints of Cold Purple #9D86CC

Color information

#9D86CC (or 0x9D86CC) is unknown color: approx Cold Purple. HEX triplet: 9D, 86 and CC. RGB value is (157,134,204). Sum of RGB (Red+Green+Blue) = 157+134+204=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D86CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D86CC is #627933. Grayscale: #949494. Windows color (decimal): -6453556 or 13403805. OLE color: 13403805.

HSL color Cylindrical-coordinate representation of color #9D86CC: hue angle of 259.71º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D86CC is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB157134204-
CMYK0.230.3400.2
HSL259.71º40.7%66.27%-
HSV(B)259.71º34.31%80%-
XYZ33.3328.5860.89-
YUV148.86159.12133.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.72%
GREEN value IS 134 (52.73% from 255) = 27.07%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=31.72%
G=27.07%
B=41.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1571342040.230.3400.2259.7140.766.27
Hex9D86CC17220141042942
Octal235206314274202440451102
Binary100111011000011011001100101111000100101001000001001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D86CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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