#948BB1

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

Shades of Cold Purple #948BB1

Tints of Cold Purple #948BB1

Color information

#948BB1 (or 0x948BB1) is unknown color: approx Cold Purple. HEX triplet: 94, 8B and B1. RGB value is (148,139,177). Sum of RGB (Red+Green+Blue) = 148+139+177=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 177 - color contains mainly: blue. Hex color #948BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948BB1 is #6B744E. Grayscale: #919191. Windows color (decimal): -7042127 or 11635604. OLE color: 11635604.

HSL color Cylindrical-coordinate representation of color #948BB1: hue angle of 254.21º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #948BB1 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB148139177-
CMYK0.160.2100.31
HSL254.21º19.59%61.96%-
HSV(B)254.21º21.47%69.41%-
XYZ29.3827.9445.44-
YUV146.02145.48129.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 139 (54.69% from 255) = 29.96%
BLUE value IS 177 (69.53% from 255) = 38.15%
R=31.90%
G=29.96%
B=38.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481391770.160.2100.31254.2119.5961.96
Hex948BB1101501Ffe143e
Octal22421326120250373762476
Binary10010100100010111011000110000101010111111111111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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