#938CBB

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

Shades of Cold Purple #938CBB

Tints of Cold Purple #938CBB

Color information

#938CBB (or 0x938CBB) is unknown color: approx Cold Purple. HEX triplet: 93, 8C and BB. RGB value is (147,140,187). Sum of RGB (Red+Green+Blue) = 147+140+187=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #938CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938CBB is #6C7344. Grayscale: #939393. Windows color (decimal): -7107397 or 12291219. OLE color: 12291219.

HSL color Cylindrical-coordinate representation of color #938CBB: hue angle of 248.94º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #938CBB is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147140187-
CMYK0.210.2500.27
HSL248.94º25.68%64.12%-
HSV(B)248.94º25.13%73.33%-
XYZ30.3828.5550.92-
YUV147.45150.32127.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.01%
GREEN value IS 140 (55.08% from 255) = 29.54%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=31.01%
G=29.54%
B=39.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471401870.210.2500.27248.9425.6864.12
Hex938CBB151901Bf91a40
Octal223214273253103337132100
Binary100100111000110010111011101011100101101111111001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,140,187); }

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

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

 a { background-color: rgb(147,140,187); }

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

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

 span { border-color: rgb(147,140,187); }

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