#9B93BE

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

Shades of Cold Purple #9B93BE

Tints of Cold Purple #9B93BE

Color information

#9B93BE (or 0x9B93BE) is unknown color: approx Cold Purple. HEX triplet: 9B, 93 and BE. RGB value is (155,147,190). Sum of RGB (Red+Green+Blue) = 155+147+190=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B93BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B93BE is #646C41. Grayscale: #9A9A9A. Windows color (decimal): -6581314 or 12489627. OLE color: 12489627.

HSL color Cylindrical-coordinate representation of color #9B93BE: hue angle of 251.16º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B93BE is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155147190-
CMYK0.180.2300.25
HSL251.16º24.86%66.08%-
HSV(B)251.16º22.63%74.51%-
XYZ33.2531.5553.05-
YUV154.29148.15128.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.50%
GREEN value IS 147 (57.81% from 255) = 29.88%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=31.50%
G=29.88%
B=38.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551471900.180.2300.25251.1624.8666.08
Hex9B93BE1217019fb1942
Octal233223276222703137331102
Binary100110111001001110111110100101011101100111111011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B93BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,147,190); }

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

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

 a { background-color: rgb(155,147,190); }

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

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

 span { border-color: rgb(155,147,190); }

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