#948ABD

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

Shades of Cold Purple #948ABD

Tints of Cold Purple #948ABD

Color information

#948ABD (or 0x948ABD) is unknown color: approx Cold Purple. HEX triplet: 94, 8A and BD. RGB value is (148,138,189). Sum of RGB (Red+Green+Blue) = 148+138+189=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #948ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948ABD is #6B7542. Grayscale: #929292. Windows color (decimal): -7042371 or 12421780. OLE color: 12421780.

HSL color Cylindrical-coordinate representation of color #948ABD: hue angle of 251.76º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #948ABD is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB148138189-
CMYK0.220.2700.26
HSL251.76º27.87%64.12%-
HSV(B)251.76º26.98%74.12%-
XYZ30.4928.1551.97-
YUV146.8151.81128.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.16%
GREEN value IS 138 (54.30% from 255) = 29.05%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=31.16%
G=29.05%
B=39.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481381890.220.2700.26251.7627.8764.12
Hex948ABD161B01Afc1c40
Octal224212275263303237434100
Binary100101001000101010111101101101101101101011111100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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