Html Css Color HEX #8B638B Trendy Pink

📋 copy color: '#8B638B'

red 139 ◦ green 99 ◦ blue 139

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

Shades of Trendy Pink #8B638B

Tints of Trendy Pink #8B638B

RGB

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

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

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

R = 36.87%
G = 26.26%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8B638B (or 0x8B638B) is known color: Trendy Pink. HEX triplet: 8B, 63 and 8B. RGB value is (139,99,139). Sum of RGB (Red+Green+Blue) = 139+99+139=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B638B is #749C74. Grayscale: #737373. Windows color (decimal): -7642229 or 9134987. OLE color: 9134987.

HSL color Cylindrical-coordinate representation of color #8B638B: hue angle of 300º 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 #8B638B is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 99 139 -
CMYK 0 0.29 0 0.45
HSL 300º 0.17% 0.47% -
HSV(B) 300º 0.29% 0.55% -
XYZ 19.77 16.28 26.53 -
YUV 115.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 139 99 139 0 0.29 0 0.45 300 0.17 0.47
Hex 8B 63 8B 0 1D 0 2D 12C 11 2F
Octal 213 143 213 0 35 0 55 454 21 57
Binary 10001011 1100011 10001011 0 11101 0 101101 100101100 10001 101111

Color Harmonies of #8B638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B638B

Black with #8B638B

Text Example


Text Example

White with #8B638B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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