Html Css Color HEX #8B637C Strikemaster

📋 copy color: '#8B637C'

red 139 ◦ green 99 ◦ blue 124

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

Shades of Strikemaster #8B637C

Tints of Strikemaster #8B637C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 38.4%
G = 27.35%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8B637C (or 0x8B637C) is known color: Strikemaster. HEX triplet: 8B, 63 and 7C. RGB value is (139,99,124). Sum of RGB (Red+Green+Blue) = 139+99+124=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B637C is #749C83. Grayscale: #717171. Windows color (decimal): -7642244 or 8151947. OLE color: 8151947.

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

Color convert

RGB 139 99 124 -
CMYK 0 0.29 0.11 0.45
HSL 322.5º 0.17% 0.47% -
HSV(B) 322.5º 0.29% 0.55% -
XYZ 18.75 15.87 21.14 -
YUV 113.81 133.75 145.97 -
System Red Green Blue C M Y K H S L
Decimal 139 99 124 0 0.29 0.11 0.45 322.5 0.17 0.47
Hex 8B 63 7C 0 1D B 2D 142 11 2F
Octal 213 143 174 0 35 13 55 502 21 57
Binary 10001011 1100011 1111100 0 11101 1011 101101 101000010 10001 101111

Color Harmonies of #8B637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B637C

Black with #8B637C

Text Example


Text Example

White with #8B637C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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