#948BC4

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

Shades of Cold Purple #948BC4

Tints of Cold Purple #948BC4

Color information

#948BC4 (or 0x948BC4) is unknown color: approx Cold Purple. HEX triplet: 94, 8B and C4. RGB value is (148,139,196). Sum of RGB (Red+Green+Blue) = 148+139+196=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 196 - color contains mainly: blue. Hex color #948BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BC4 is #6B743B. Grayscale: #939393. Windows color (decimal): -7042108 or 12880788. OLE color: 12880788.

HSL color Cylindrical-coordinate representation of color #948BC4: hue angle of 249.47º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #948BC4 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB148139196-
CMYK0.240.2900.23
HSL249.47º32.57%65.69%-
HSV(B)249.47º29.08%76.86%-
XYZ31.4128.7556.12-
YUV148.19154.98127.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.64%
GREEN value IS 139 (54.69% from 255) = 28.78%
BLUE value IS 196 (76.95% from 255) = 40.58%
R=30.64%
G=28.78%
B=40.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481391960.240.2900.23249.4732.5765.69
Hex948BC4181D017f92142
Octal224213304303502737141102
Binary1001010010001011110001001100011101010111111110011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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