#9B82BA

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

Shades of Cold Purple #9B82BA

Tints of Cold Purple #9B82BA

Color information

#9B82BA (or 0x9B82BA) is unknown color: approx Cold Purple. HEX triplet: 9B, 82 and BA. RGB value is (155,130,186). Sum of RGB (Red+Green+Blue) = 155+130+186=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B82BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B82BA is #647D45. Grayscale: #8F8F8F. Windows color (decimal): -6585670 or 12223131. OLE color: 12223131.

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

Color convert

RGB155130186-
CMYK0.170.3000.27
HSL266.79º28.87%61.96%-
HSV(B)266.79º30.11%72.94%-
XYZ30.3626.4849.97-
YUV143.86151.78135.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.91%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=32.91%
G=27.60%
B=39.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551301860.170.3000.27266.7928.8761.96
Hex9B82BA111E01B10b1d3e
Octal23320227221360334133576
Binary100110111000001010111010100011111001101110000101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B82BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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