#948ABE

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

Shades of Cold Purple #948ABE

Tints of Cold Purple #948ABE

Color information

#948ABE (or 0x948ABE) is unknown color: approx Cold Purple. HEX triplet: 94, 8A and BE. RGB value is (148,138,190). Sum of RGB (Red+Green+Blue) = 148+138+190=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #948ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948ABE is #6B7541. Grayscale: #929292. Windows color (decimal): -7042370 or 12487316. OLE color: 12487316.

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

Color convert

RGB148138190-
CMYK0.220.2700.25
HSL251.54º28.57%64.31%-
HSV(B)251.54º27.37%74.51%-
XYZ30.628.1952.54-
YUV146.92152.31128.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.09%
GREEN value IS 138 (54.30% from 255) = 28.99%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=31.09%
G=28.99%
B=39.92%

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
Decimal1481381900.220.2700.25251.5428.5764.31
Hex948ABE161B019fc1d40
Octal224212276263303137435100
Binary100101001000101010111110101101101101100111111100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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