#948CBA

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

Shades of Cold Purple #948CBA

Tints of Cold Purple #948CBA

Color information

#948CBA (or 0x948CBA) is unknown color: approx Cold Purple. HEX triplet: 94, 8C and BA. RGB value is (148,140,186). Sum of RGB (Red+Green+Blue) = 148+140+186=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #948CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948CBA is #6B7345. Grayscale: #939393. Windows color (decimal): -7041862 or 12225684. OLE color: 12225684.

HSL color Cylindrical-coordinate representation of color #948CBA: hue angle of 250.43º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #948CBA is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148140186-
CMYK0.200.2500.27
HSL250.43º25%63.92%-
HSV(B)250.43º24.73%72.94%-
XYZ30.4528.650.37-
YUV147.64149.65128.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.22%
GREEN value IS 140 (55.08% from 255) = 29.54%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=31.22%
G=29.54%
B=39.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481401860.200.2500.27250.432563.92
Hex948CBA141901Bfa1940
Octal224214272243103337231100
Binary100101001000110010111010101001100101101111111010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,140,186); }

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

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

 a { background-color: rgb(148,140,186); }

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

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

 span { border-color: rgb(148,140,186); }

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