#955388

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

Shades of Trendy Pink #955388

Tints of Trendy Pink #955388

Color information

#955388 (or 0x955388) is unknown color: approx Trendy Pink. HEX triplet: 95, 53 and 88. RGB value is (149,83,136). Sum of RGB (Red+Green+Blue) = 149+83+136=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #955388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955388 is #6AAC77. Grayscale: #6C6C6C. Windows color (decimal): -6990968 or 8934293. OLE color: 8934293.

HSL color Cylindrical-coordinate representation of color #955388: hue angle of 311.82º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955388 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14983136-
CMYK00.440.090.42
HSL311.82º28.45%45.49%-
HSV(B)311.82º44.3%58.43%-
XYZ19.9314.3525.01-
YUV108.78143.37156.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.49%
GREEN value IS 83 (32.81% from 255) = 22.55%
BLUE value IS 136 (53.52% from 255) = 36.96%
R=40.49%
G=22.55%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498313600.440.090.42311.8228.4545.49
Hex95538802C92A1381c2d
Octal22512321005411524703455
Binary100101011010011100010000101100100110101010011100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955388; }

 p { color: rgb(149,83,136); }

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

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

 a { background-color: rgb(149,83,136); }

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

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

 span { border-color: rgb(149,83,136); }

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