#94508B

Color #94508B Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #94508B

Tints of Trendy Pink #94508B

Color information

#94508B (or 0x94508B) is unknown color: approx Trendy Pink. HEX triplet: 94, 50 and 8B. RGB value is (148,80,139). Sum of RGB (Red+Green+Blue) = 148+80+139=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #94508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94508B is #6BAF74. Grayscale: #6A6A6A. Windows color (decimal): -7057269 or 9130132. OLE color: 9130132.

HSL color Cylindrical-coordinate representation of color #94508B: hue angle of 307.94º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94508B is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14880139-
CMYK00.460.060.42
HSL307.94º29.82%44.71%-
HSV(B)307.94º45.95%58.04%-
XYZ19.7413.926.07-
YUV107.06146.03157.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.33%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=40.33%
G=21.80%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488013900.460.060.42307.9429.8244.71
Hex94508B02E62A1341e2d
Octal2241202130566524643655
Binary10010100101000010001011010111011010101010011010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94508B; }

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

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

<style>
 a { background-color: #94508B; }

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

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

<style>
 span { border-color: #94508B; }

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

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