#947EBF

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

Shades of Cold Purple #947EBF

Tints of Cold Purple #947EBF

Color information

#947EBF (or 0x947EBF) is unknown color: approx Cold Purple. HEX triplet: 94, 7E and BF. RGB value is (148,126,191). Sum of RGB (Red+Green+Blue) = 148+126+191=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #947EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947EBF is #6B8140. Grayscale: #8B8B8B. Windows color (decimal): -7045441 or 12549780. OLE color: 12549780.

HSL color Cylindrical-coordinate representation of color #947EBF: hue angle of 260.31º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #947EBF is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148126191-
CMYK0.230.3400.25
HSL260.31º33.68%62.16%-
HSV(B)260.31º34.03%74.9%-
XYZ29.0824.9852.58-
YUV139.99156.79133.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 191 (75% from 255) = 41.08%
R=31.83%
G=27.10%
B=41.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481261910.230.3400.25260.3133.6862.16
Hex947EBF1722019104223e
Octal22417627727420314044276
Binary1001010011111101011111110111100010011001100000100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947EBF; }

 p { color: rgb(148,126,191); }

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

<style>
 a { background-color: #947EBF; }

 a { background-color: rgb(148,126,191); }

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

<style>
 span { border-color: #947EBF; }

 span { border-color: rgb(148,126,191); }

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