#938CBA

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

Shades of Cold Purple #938CBA

Tints of Cold Purple #938CBA

Color information

#938CBA (or 0x938CBA) is unknown color: approx Cold Purple. HEX triplet: 93, 8C and BA. RGB value is (147,140,186). Sum of RGB (Red+Green+Blue) = 147+140+186=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #938CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938CBA is #6C7345. Grayscale: #939393. Windows color (decimal): -7107398 or 12225683. OLE color: 12225683.

HSL color Cylindrical-coordinate representation of color #938CBA: hue angle of 249.13º degrees, saturation: 0.25, 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 #938CBA is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147140186-
CMYK0.210.2500.27
HSL249.13º25%63.92%-
HSV(B)249.13º24.73%72.94%-
XYZ30.2728.550.36-
YUV147.34149.82127.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.08%
GREEN value IS 140 (55.08% from 255) = 29.60%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=31.08%
G=29.60%
B=39.32%

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
Decimal1471401860.210.2500.27249.132563.92
Hex938CBA151901Bf91940
Octal223214272253103337131100
Binary100100111000110010111010101011100101101111111001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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