#9B84BC

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

Shades of Cold Purple #9B84BC

Tints of Cold Purple #9B84BC

Color information

#9B84BC (or 0x9B84BC) is unknown color: approx Cold Purple. HEX triplet: 9B, 84 and BC. RGB value is (155,132,188). Sum of RGB (Red+Green+Blue) = 155+132+188=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B84BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B84BC is #647B43. Grayscale: #919191. Windows color (decimal): -6585156 or 12354715. OLE color: 12354715.

HSL color Cylindrical-coordinate representation of color #9B84BC: hue angle of 264.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B84BC is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB155132188-
CMYK0.180.3000.26
HSL264.64º29.47%62.75%-
HSV(B)264.64º29.79%73.73%-
XYZ30.8527.151.18-
YUV145.26152.12134.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.63%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=32.63%
G=27.79%
B=39.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551321880.180.3000.26264.6429.4762.75
Hex9B84BC121E01A1091d3f
Octal23320427422360324113577
Binary100110111000010010111100100101111001101010000100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B84BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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