Html Css Color HEX #8B627F Strikemaster

📋 copy color: '#8B627F'

red 139 ◦ green 98 ◦ blue 127

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

Shades of Strikemaster #8B627F

Tints of Strikemaster #8B627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.92%

 BLUE value IS 127 (50% from 255) = 34.89%

R = 38.19%
G = 26.92%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8B627F (or 0x8B627F) is known color: Strikemaster. HEX triplet: 8B, 62 and 7F. RGB value is (139,98,127). Sum of RGB (Red+Green+Blue) = 139+98+127=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B627F is #749D80. Grayscale: #717171. Windows color (decimal): -7642497 or 8348299. OLE color: 8348299.

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

Color convert

RGB 139 98 127 -
CMYK 0 0.29 0.09 0.45
HSL 317.56º 0.17% 0.46% -
HSV(B) 317.56º 0.29% 0.55% -
XYZ 18.85 15.76 22.13 -
YUV 113.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 139 98 127 0 0.29 0.09 0.45 317.56 0.17 0.46
Hex 8B 62 7F 0 1D 9 2D 13E 11 2E
Octal 213 142 177 0 35 11 55 476 21 56
Binary 10001011 1100010 1111111 0 11101 1001 101101 100111110 10001 101110

Color Harmonies of #8B627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B627F

Black with #8B627F

Text Example


Text Example

White with #8B627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,98,127); }

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

background-color css

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

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

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

border-color css

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

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

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