#9B91BA

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

Shades of Cold Purple #9B91BA

Tints of Cold Purple #9B91BA

Color information

#9B91BA (or 0x9B91BA) is unknown color: approx Cold Purple. HEX triplet: 9B, 91 and BA. RGB value is (155,145,186). Sum of RGB (Red+Green+Blue) = 155+145+186=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B91BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B91BA is #646E45. Grayscale: #989898. Windows color (decimal): -6581830 or 12226971. OLE color: 12226971.

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

Color convert

RGB155145186-
CMYK0.170.2200.27
HSL254.63º22.91%64.9%-
HSV(B)254.63º22.04%72.94%-
XYZ32.5130.7650.68-
YUV152.66146.81129.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.89%
GREEN value IS 145 (57.03% from 255) = 29.84%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=31.89%
G=29.84%
B=38.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551451860.170.2200.27254.6322.9164.9
Hex9B91BA111601Bff1741
Octal233221272212603337727101
Binary100110111001000110111010100011011001101111111111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B91BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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