#9B87CF

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

Shades of Cold Purple #9B87CF

Tints of Cold Purple #9B87CF

Color information

#9B87CF (or 0x9B87CF) is unknown color: approx Cold Purple. HEX triplet: 9B, 87 and CF. RGB value is (155,135,207). Sum of RGB (Red+Green+Blue) = 155+135+207=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B87CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B87CF is #647830. Grayscale: #949494. Windows color (decimal): -6584369 or 13600667. OLE color: 13600667.

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

Color convert

RGB155135207-
CMYK0.250.3500.19
HSL256.67º42.86%67.06%-
HSV(B)256.67º34.78%81.18%-
XYZ33.4428.862.83-
YUV149.19160.63132.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.19%
GREEN value IS 135 (53.12% from 255) = 27.16%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=31.19%
G=27.16%
B=41.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1551352070.250.3500.19256.6742.8667.06
Hex9B87CF19230131012b43
Octal233207317314302340153103
Binary100110111000011111001111110011000110100111000000011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B87CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,135,207); }

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

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

 a { background-color: rgb(155,135,207); }

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

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

 span { border-color: rgb(155,135,207); }

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