#938BB3

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

Shades of Cold Purple #938BB3

Tints of Cold Purple #938BB3

Color information

#938BB3 (or 0x938BB3) is unknown color: approx Cold Purple. HEX triplet: 93, 8B and B3. RGB value is (147,139,179). Sum of RGB (Red+Green+Blue) = 147+139+179=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 179 - color contains mainly: blue. Hex color #938BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938BB3 is #6C744C. Grayscale: #919191. Windows color (decimal): -7107661 or 11766675. OLE color: 11766675.

HSL color Cylindrical-coordinate representation of color #938BB3: hue angle of 252º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #938BB3 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB147139179-
CMYK0.180.2200.30
HSL252º20.83%62.35%-
HSV(B)252º22.35%70.2%-
XYZ29.427.9246.49-
YUV145.95146.65128.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 139 (54.69% from 255) = 29.89%
BLUE value IS 179 (70.31% from 255) = 38.49%
R=31.61%
G=29.89%
B=38.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1471391790.180.2200.3025220.8362.35
Hex938BB3121601Efc153e
Octal22321326322260363742576
Binary10010011100010111011001110010101100111101111110010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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