#948AB4

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

Shades of Cold Purple #948AB4

Tints of Cold Purple #948AB4

Color information

#948AB4 (or 0x948AB4) is unknown color: approx Cold Purple. HEX triplet: 94, 8A and B4. RGB value is (148,138,180). Sum of RGB (Red+Green+Blue) = 148+138+180=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 180 - color contains mainly: blue. Hex color #948AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948AB4 is #6B754B. Grayscale: #919191. Windows color (decimal): -7042380 or 11831956. OLE color: 11831956.

HSL color Cylindrical-coordinate representation of color #948AB4: hue angle of 254.29º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #948AB4 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB148138180-
CMYK0.180.2300.29
HSL254.29º21.87%62.35%-
HSV(B)254.29º23.33%70.59%-
XYZ29.5427.7746.98-
YUV145.78147.31129.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.76%
GREEN value IS 138 (54.30% from 255) = 29.61%
BLUE value IS 180 (70.70% from 255) = 38.63%
R=31.76%
G=29.61%
B=38.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481381800.180.2300.29254.2921.8762.35
Hex948AB4121701Dfe163e
Octal22421226422270353762676
Binary10010100100010101011010010010101110111011111111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948AB4; }

 p { color: rgb(148,138,180); }

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

<style>
 a { background-color: #948AB4; }

 a { background-color: rgb(148,138,180); }

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

<style>
 span { border-color: #948AB4; }

 span { border-color: rgb(148,138,180); }

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