Html Css Color HEX #855F8B Trendy Pink

📋 copy color: '#855F8B'

red 133 ◦ green 95 ◦ blue 139

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

Shades of Trendy Pink #855F8B

Tints of Trendy Pink #855F8B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.89%

 BLUE value IS 139 (54.69% from 255) = 37.87%

R = 36.24%
G = 25.89%
B = 37.87%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#855F8B (or 0x855F8B) is known color: Trendy Pink. HEX triplet: 85, 5F and 8B. RGB value is (133,95,139). Sum of RGB (Red+Green+Blue) = 133+95+139=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #855F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855F8B is #7AA074. Grayscale: #6F6F6F. Windows color (decimal): -8036469 or 9133957. OLE color: 9133957.

HSL color Cylindrical-coordinate representation of color #855F8B: hue angle of 291.82º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855F8B is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 95 139 -
CMYK 0.04 0.32 0 0.45
HSL 291.82º 0.19% 0.46% -
HSV(B) 291.82º 0.32% 0.55% -
XYZ 18.43 15.04 26.36 -
YUV 111.38 143.59 143.42 -
System Red Green Blue C M Y K H S L
Decimal 133 95 139 0.04 0.32 0 0.45 291.82 0.19 0.46
Hex 85 5F 8B 4 20 0 2D 124 13 2E
Octal 205 137 213 4 40 0 55 444 23 56
Binary 10000101 1011111 10001011 100 100000 0 101101 100100100 10011 101110

Color Harmonies of #855F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F8B

Black with #855F8B

Text Example


Text Example

White with #855F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855F8B; }

 p { color: rgb(133,95,139); }

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

background-color css

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

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

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

border-color css

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

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

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