#938AC1

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

Shades of Cold Purple #938AC1

Tints of Cold Purple #938AC1

Color information

#938AC1 (or 0x938AC1) is unknown color: approx Cold Purple. HEX triplet: 93, 8A and C1. RGB value is (147,138,193). Sum of RGB (Red+Green+Blue) = 147+138+193=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #938AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938AC1 is #6C753E. Grayscale: #929292. Windows color (decimal): -7107903 or 12683923. OLE color: 12683923.

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

Color convert

RGB147138193-
CMYK0.240.2800.24
HSL249.82º30.73%64.9%-
HSV(B)249.82º28.5%75.69%-
XYZ30.7528.2354.28-
YUV146.96153.98128.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.75%
GREEN value IS 138 (54.30% from 255) = 28.87%
BLUE value IS 193 (75.78% from 255) = 40.38%
R=30.75%
G=28.87%
B=40.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471381930.240.2800.24249.8230.7364.9
Hex938AC1181C018fa1f41
Octal223212301303403037237101
Binary100100111000101011000001110001110001100011111010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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