#938AC2

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

Shades of Cold Purple #938AC2

Tints of Cold Purple #938AC2

Color information

#938AC2 (or 0x938AC2) is unknown color: approx Cold Purple. HEX triplet: 93, 8A and C2. RGB value is (147,138,194). Sum of RGB (Red+Green+Blue) = 147+138+194=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #938AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938AC2 is #6C753D. Grayscale: #929292. Windows color (decimal): -7107902 or 12749459. OLE color: 12749459.

HSL color Cylindrical-coordinate representation of color #938AC2: hue angle of 249.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #938AC2 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB147138194-
CMYK0.240.2900.24
HSL249.64º31.46%65.1%-
HSV(B)249.64º28.87%76.08%-
XYZ30.8628.2854.87-
YUV147.07154.48127.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.69%
GREEN value IS 138 (54.30% from 255) = 28.81%
BLUE value IS 194 (76.17% from 255) = 40.50%
R=30.69%
G=28.81%
B=40.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471381940.240.2900.24249.6431.4665.1
Hex938AC2181D018fa1f41
Octal223212302303503037237101
Binary100100111000101011000010110001110101100011111010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,138,194); }

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

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

 a { background-color: rgb(147,138,194); }

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

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

 span { border-color: rgb(147,138,194); }

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