Html Css Color HEX #855388 Trendy Pink

📋 copy color: '#855388'

red 133 ◦ green 83 ◦ blue 136

#855388
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #855388

Tints of Trendy Pink #855388

RGB

 RED value IS 133 (52.34% from 255) = 37.78%

 GREEN value IS 83 (32.81% from 255) = 23.58%

 BLUE value IS 136 (53.52% from 255) = 38.64%

R = 37.78%
G = 23.58%
B = 38.64%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#855388 (or 0x855388) is known color: Trendy Pink. HEX triplet: 85, 53 and 88. RGB value is (133,83,136). Sum of RGB (Red+Green+Blue) = 133+83+136=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #855388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855388 is #7AAC77. Grayscale: #676767. Windows color (decimal): -8039544 or 8934277. OLE color: 8934277.

HSL color Cylindrical-coordinate representation of color #855388: hue angle of 296.6º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855388 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 83 136 -
CMYK 0.02 0.39 0 0.47
HSL 296.6º 0.24% 0.43% -
HSV(B) 296.6º 0.39% 0.53% -
XYZ 17.21 12.95 24.89 -
YUV 103.99 146.07 148.69 -
System Red Green Blue C M Y K H S L
Decimal 133 83 136 0.02 0.39 0 0.47 296.6 0.24 0.43
Hex 85 53 88 2 27 0 2F 129 18 2B
Octal 205 123 210 2 47 0 57 451 30 53
Binary 10000101 1010011 10001000 10 100111 0 101111 100101001 11000 101011

Color Harmonies of #855388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855388

Black with #855388

Text Example


Text Example

White with #855388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855388; }

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

 H1.HeaderClassName
 {
   color: #855388;
 }
 .AnyTagClassName
 {
   color: #855388;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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