#938ABE

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

Shades of Cold Purple #938ABE

Tints of Cold Purple #938ABE

Color information

#938ABE (or 0x938ABE) is unknown color: approx Cold Purple. HEX triplet: 93, 8A and BE. RGB value is (147,138,190). Sum of RGB (Red+Green+Blue) = 147+138+190=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #938ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ABE is #6C7541. Grayscale: #929292. Windows color (decimal): -7107906 or 12487315. OLE color: 12487315.

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

Color convert

RGB147138190-
CMYK0.230.2700.25
HSL250.38º28.57%64.31%-
HSV(B)250.38º27.37%74.51%-
XYZ30.4228.152.54-
YUV146.62152.48128.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.95%
GREEN value IS 138 (54.30% from 255) = 29.05%
BLUE value IS 190 (74.61% from 255) = 40%
R=30.95%
G=29.05%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471381900.230.2700.25250.3828.5764.31
Hex938ABE171B019fa1d40
Octal223212276273303137235100
Binary100100111000101010111110101111101101100111111010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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