#948AC6

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

Shades of Cold Purple #948AC6

Tints of Cold Purple #948AC6

Color information

#948AC6 (or 0x948AC6) is unknown color: approx Cold Purple. HEX triplet: 94, 8A and C6. RGB value is (148,138,198). Sum of RGB (Red+Green+Blue) = 148+138+198=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 198 - color contains mainly: blue. Hex color #948AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948AC6 is #6B7539. Grayscale: #939393. Windows color (decimal): -7042362 or 13011604. OLE color: 13011604.

HSL color Cylindrical-coordinate representation of color #948AC6: hue angle of 250º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #948AC6 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB148138198-
CMYK0.250.3000.22
HSL250º34.48%65.88%-
HSV(B)250º30.3%77.65%-
XYZ31.4928.5557.28-
YUV147.83156.31128.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.58%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 198 (77.73% from 255) = 40.91%
R=30.58%
G=28.51%
B=40.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481381980.250.3000.2225034.4865.88
Hex948AC6191E016fa2242
Octal224212306313602637242102
Binary1001010010001010110001101100111110010110111110101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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