#9B89CD

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

Shades of Cold Purple #9B89CD

Tints of Cold Purple #9B89CD

Color information

#9B89CD (or 0x9B89CD) is unknown color: approx Cold Purple. HEX triplet: 9B, 89 and CD. RGB value is (155,137,205). Sum of RGB (Red+Green+Blue) = 155+137+205=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B89CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B89CD is #647632. Grayscale: #959595. Windows color (decimal): -6583859 or 13470107. OLE color: 13470107.

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

Color convert

RGB155137205-
CMYK0.240.3300.20
HSL255.88º40.48%67.06%-
HSV(B)255.88º33.17%80.39%-
XYZ33.4829.2761.64-
YUV150.13158.96131.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.19%
GREEN value IS 137 (53.91% from 255) = 27.57%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=31.19%
G=27.57%
B=41.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551372050.240.3300.20255.8840.4867.06
Hex9B89CD18210141002843
Octal233211315304102440050103
Binary100110111000100111001101110001000010101001000000001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B89CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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