#938ABF

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

Shades of Cold Purple #938ABF

Tints of Cold Purple #938ABF

Color information

#938ABF (or 0x938ABF) is unknown color: approx Cold Purple. HEX triplet: 93, 8A and BF. RGB value is (147,138,191). Sum of RGB (Red+Green+Blue) = 147+138+191=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #938ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ABF is #6C7540. Grayscale: #929292. Windows color (decimal): -7107905 or 12552851. OLE color: 12552851.

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

Color convert

RGB147138191-
CMYK0.230.2800.25
HSL250.19º29.28%64.51%-
HSV(B)250.19º27.75%74.9%-
XYZ30.5328.1453.11-
YUV146.73152.98128.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.88%
GREEN value IS 138 (54.30% from 255) = 28.99%
BLUE value IS 191 (75% from 255) = 40.13%
R=30.88%
G=28.99%
B=40.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471381910.230.2800.25250.1929.2864.51
Hex938ABF171C019fa1d41
Octal223212277273403137235101
Binary100100111000101010111111101111110001100111111010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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