#9B87CD

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

Shades of Cold Purple #9B87CD

Tints of Cold Purple #9B87CD

Color information

#9B87CD (or 0x9B87CD) is unknown color: approx Cold Purple. HEX triplet: 9B, 87 and CD. RGB value is (155,135,205). Sum of RGB (Red+Green+Blue) = 155+135+205=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B87CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B87CD is #647832. Grayscale: #949494. Windows color (decimal): -6584371 or 13469595. OLE color: 13469595.

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

Color convert

RGB155135205-
CMYK0.240.3400.20
HSL257.14º41.18%66.67%-
HSV(B)257.14º34.15%80.39%-
XYZ33.228.761.55-
YUV148.96159.63132.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.31%
GREEN value IS 135 (53.12% from 255) = 27.27%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=31.31%
G=27.27%
B=41.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551352050.240.3400.20257.1441.1866.67
Hex9B87CD18220141012943
Octal233207315304202440151103
Binary100110111000011111001101110001000100101001000000011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B87CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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