#9B84BA

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

Shades of Cold Purple #9B84BA

Tints of Cold Purple #9B84BA

Color information

#9B84BA (or 0x9B84BA) is unknown color: approx Cold Purple. HEX triplet: 9B, 84 and BA. RGB value is (155,132,186). Sum of RGB (Red+Green+Blue) = 155+132+186=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B84BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B84BA is #647B45. Grayscale: #909090. Windows color (decimal): -6585158 or 12223643. OLE color: 12223643.

HSL color Cylindrical-coordinate representation of color #9B84BA: hue angle of 265.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B84BA is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB155132186-
CMYK0.170.2900.27
HSL265.56º28.12%62.35%-
HSV(B)265.56º29.03%72.94%-
XYZ30.6327.0250.05-
YUV145.03151.12135.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.77%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=32.77%
G=27.91%
B=39.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551321860.170.2900.27265.5628.1262.35
Hex9B84BA111D01B10a1c3e
Octal23320427221350334123476
Binary100110111000010010111010100011110101101110000101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B84BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,132,186); }

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

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

 a { background-color: rgb(155,132,186); }

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

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

 span { border-color: rgb(155,132,186); }

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