#948BB7

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

Shades of Cold Purple #948BB7

Tints of Cold Purple #948BB7

Color information

#948BB7 (or 0x948BB7) is unknown color: approx Cold Purple. HEX triplet: 94, 8B and B7. RGB value is (148,139,183). Sum of RGB (Red+Green+Blue) = 148+139+183=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 183 - color contains mainly: blue. Hex color #948BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BB7 is #6B7448. Grayscale: #929292. Windows color (decimal): -7042121 or 12028820. OLE color: 12028820.

HSL color Cylindrical-coordinate representation of color #948BB7: hue angle of 252.27º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #948BB7 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB148139183-
CMYK0.190.2400.28
HSL252.27º23.4%63.14%-
HSV(B)252.27º24.04%71.76%-
XYZ29.9928.1848.66-
YUV146.71148.48128.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.49%
GREEN value IS 139 (54.69% from 255) = 29.57%
BLUE value IS 183 (71.88% from 255) = 38.94%
R=31.49%
G=29.57%
B=38.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1481391830.190.2400.28252.2723.463.14
Hex948BB7131801Cfc173f
Octal22421326723300343742777
Binary10010100100010111011011110011110000111001111110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,139,183); }

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

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

 a { background-color: rgb(148,139,183); }

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

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

 span { border-color: rgb(148,139,183); }

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