#9B93BC

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

Shades of Cold Purple #9B93BC

Tints of Cold Purple #9B93BC

Color information

#9B93BC (or 0x9B93BC) is unknown color: approx Cold Purple. HEX triplet: 9B, 93 and BC. RGB value is (155,147,188). Sum of RGB (Red+Green+Blue) = 155+147+188=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B93BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B93BC is #646C43. Grayscale: #999999. Windows color (decimal): -6581316 or 12358555. OLE color: 12358555.

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

Color convert

RGB155147188-
CMYK0.180.2200.26
HSL251.71º23.43%65.69%-
HSV(B)251.71º21.81%73.73%-
XYZ33.0331.4751.91-
YUV154.07147.15128.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.63%
GREEN value IS 147 (57.81% from 255) = 30%
BLUE value IS 188 (73.83% from 255) = 38.37%
R=31.63%
G=30%
B=38.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551471880.180.2200.26251.7123.4365.69
Hex9B93BC121601Afc1742
Octal233223274222603237427102
Binary100110111001001110111100100101011001101011111100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B93BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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