Html Css Color HEX #855885 Trendy Pink

📋 copy color: '#855885'

red 133 ◦ green 88 ◦ blue 133

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

Shades of Trendy Pink #855885

Tints of Trendy Pink #855885

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.86%

 BLUE value IS 133 (52.34% from 255) = 37.57%

R = 37.57%
G = 24.86%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#855885 (or 0x855885) is known color: Trendy Pink. HEX triplet: 85, 58 and 85. RGB value is (133,88,133). Sum of RGB (Red+Green+Blue) = 133+88+133=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #855885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855885 is #7AA77A. Grayscale: #6A6A6A. Windows color (decimal): -8038267 or 8738949. OLE color: 8738949.

HSL color Cylindrical-coordinate representation of color #855885: hue angle of 300º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #855885 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 88 133 -
CMYK 0 0.34 0 0.48
HSL 300º 0.2% 0.43% -
HSV(B) 300º 0.34% 0.52% -
XYZ 17.4 13.66 23.91 -
YUV 106.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 133 88 133 0 0.34 0 0.48 300 0.2 0.43
Hex 85 58 85 0 22 0 30 12C 14 2B
Octal 205 130 205 0 42 0 60 454 24 53
Binary 10000101 1011000 10000101 0 100010 0 110000 100101100 10100 101011

Color Harmonies of #855885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855885

Black with #855885

Text Example


Text Example

White with #855885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855885; }

 p { color: rgb(133,88,133); }

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

background-color css

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

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

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

border-color css

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

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

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