#88417B

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

Shades of Trendy Pink #88417B

Tints of Trendy Pink #88417B

Color information

#88417B (or 0x88417B) is unknown color: approx Trendy Pink. HEX triplet: 88, 41 and 7B. RGB value is (136,65,123). Sum of RGB (Red+Green+Blue) = 136+65+123=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #88417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88417B is #77BE84. Grayscale: #5C5C5C. Windows color (decimal): -7847557 or 8077704. OLE color: 8077704.

HSL color Cylindrical-coordinate representation of color #88417B: hue angle of 310.99º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #88417B is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13665123-
CMYK00.520.100.47
HSL310.99º35.32%39.41%-
HSV(B)310.99º52.21%53.33%-
XYZ15.6210.4419.93-
YUV92.84145.02158.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.98%
GREEN value IS 65 (25.78% from 255) = 20.06%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=41.98%
G=20.06%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366512300.520.100.47310.9935.3239.41
Hex88417B034A2F1372327
Octal21010117306412574674347
Binary100010001000001111101101101001010101111100110111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,65,123); }

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

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

 a { background-color: rgb(136,65,123); }

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

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

 span { border-color: rgb(136,65,123); }

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