#938BBF

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

Shades of Cold Purple #938BBF

Tints of Cold Purple #938BBF

Color information

#938BBF (or 0x938BBF) is unknown color: approx Cold Purple. HEX triplet: 93, 8B and BF. RGB value is (147,139,191). Sum of RGB (Red+Green+Blue) = 147+139+191=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #938BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938BBF is #6C7440. Grayscale: #939393. Windows color (decimal): -7107649 or 12553107. OLE color: 12553107.

HSL color Cylindrical-coordinate representation of color #938BBF: hue angle of 249.23º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #938BBF is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147139191-
CMYK0.230.2700.25
HSL249.23º28.89%64.71%-
HSV(B)249.23º27.23%74.9%-
XYZ30.6728.4353.16-
YUV147.32152.65127.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.82%
GREEN value IS 139 (54.69% from 255) = 29.14%
BLUE value IS 191 (75% from 255) = 40.04%
R=30.82%
G=29.14%
B=40.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471391910.230.2700.25249.2328.8964.71
Hex938BBF171B019f91d41
Octal223213277273303137135101
Binary100100111000101110111111101111101101100111111001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938BBF; }

 p { color: rgb(147,139,191); }

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

<style>
 a { background-color: #938BBF; }

 a { background-color: rgb(147,139,191); }

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

<style>
 span { border-color: #938BBF; }

 span { border-color: rgb(147,139,191); }

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