Html Css Color HEX #8B6385 Trendy Pink

📋 copy color: '#8B6385'

red 139 ◦ green 99 ◦ blue 133

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

Shades of Trendy Pink #8B6385

Tints of Trendy Pink #8B6385

RGB

 RED value IS 139 (54.69% from 255) = 37.47%

 GREEN value IS 99 (39.06% from 255) = 26.68%

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

R = 37.47%
G = 26.68%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8B6385 (or 0x8B6385) is known color: Trendy Pink. HEX triplet: 8B, 63 and 85. RGB value is (139,99,133). Sum of RGB (Red+Green+Blue) = 139+99+133=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6385 is #749C7A. Grayscale: #727272. Windows color (decimal): -7642235 or 8741771. OLE color: 8741771.

HSL color Cylindrical-coordinate representation of color #8B6385: hue angle of 309º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B6385 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 99 133 -
CMYK 0 0.29 0.04 0.45
HSL 309º 0.17% 0.47% -
HSV(B) 309º 0.29% 0.55% -
XYZ 19.34 16.11 24.28 -
YUV 114.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 139 99 133 0 0.29 0.04 0.45 309 0.17 0.47
Hex 8B 63 85 0 1D 4 2D 135 11 2F
Octal 213 143 205 0 35 4 55 465 21 57
Binary 10001011 1100011 10000101 0 11101 100 101101 100110101 10001 101111

Color Harmonies of #8B6385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6385

Black with #8B6385

Text Example


Text Example

White with #8B6385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B6385; }

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

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

background-color css

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

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

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

border-color css

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

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

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