#948DBA

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

Shades of Cold Purple #948DBA

Tints of Cold Purple #948DBA

Color information

#948DBA (or 0x948DBA) is unknown color: approx Cold Purple. HEX triplet: 94, 8D and BA. RGB value is (148,141,186). Sum of RGB (Red+Green+Blue) = 148+141+186=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #948DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DBA is #6B7245. Grayscale: #949494. Windows color (decimal): -7041606 or 12225940. OLE color: 12225940.

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

Color convert

RGB148141186-
CMYK0.200.2400.27
HSL249.33º24.59%64.12%-
HSV(B)249.33º24.19%72.94%-
XYZ30.628.8950.42-
YUV148.22149.32127.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.16%
GREEN value IS 141 (55.47% from 255) = 29.68%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=31.16%
G=29.68%
B=39.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481411860.200.2400.27249.3324.5964.12
Hex948DBA141801Bf91940
Octal224215272243003337131100
Binary100101001000110110111010101001100001101111111001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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