#948BBE

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

Shades of Cold Purple #948BBE

Tints of Cold Purple #948BBE

Color information

#948BBE (or 0x948BBE) is unknown color: approx Cold Purple. HEX triplet: 94, 8B and BE. RGB value is (148,139,190). Sum of RGB (Red+Green+Blue) = 148+139+190=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #948BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BBE is #6B7441. Grayscale: #939393. Windows color (decimal): -7042114 or 12487572. OLE color: 12487572.

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

Color convert

RGB148139190-
CMYK0.220.2700.25
HSL250.59º28.18%64.51%-
HSV(B)250.59º26.84%74.51%-
XYZ30.7428.4852.59-
YUV147.5151.98128.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 139 (54.69% from 255) = 29.14%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=31.03%
G=29.14%
B=39.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481391900.220.2700.25250.5928.1864.51
Hex948BBE161B019fb1c41
Octal224213276263303137334101
Binary100101001000101110111110101101101101100111111011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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