#9B86CD

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

Shades of Cold Purple #9B86CD

Tints of Cold Purple #9B86CD

Color information

#9B86CD (or 0x9B86CD) is unknown color: approx Cold Purple. HEX triplet: 9B, 86 and CD. RGB value is (155,134,205). Sum of RGB (Red+Green+Blue) = 155+134+205=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B86CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B86CD is #647932. Grayscale: #949494. Windows color (decimal): -6584627 or 13469339. OLE color: 13469339.

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

Color convert

RGB155134205-
CMYK0.240.3500.20
HSL257.75º41.52%66.47%-
HSV(B)257.75º34.63%80.39%-
XYZ33.0628.4361.5-
YUV148.37159.96132.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.38%
GREEN value IS 134 (52.73% from 255) = 27.13%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=31.38%
G=27.13%
B=41.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551342050.240.3500.20257.7541.5266.47
Hex9B86CD18230141022a42
Octal233206315304302440252102
Binary100110111000011011001101110001000110101001000000101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B86CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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