Html Css Color HEX #8B627A Strikemaster

📋 copy color: '#8B627A'

red 139 ◦ green 98 ◦ blue 122

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

Shades of Strikemaster #8B627A

Tints of Strikemaster #8B627A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.98%

R = 38.72%
G = 27.3%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B627A (or 0x8B627A) is known color: Strikemaster. HEX triplet: 8B, 62 and 7A. RGB value is (139,98,122). Sum of RGB (Red+Green+Blue) = 139+98+122=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B627A is #749D85. Grayscale: #707070. Windows color (decimal): -7642502 or 8020619. OLE color: 8020619.

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

Color convert

RGB 139 98 122 -
CMYK 0 0.29 0.12 0.45
HSL 324.88º 0.17% 0.46% -
HSV(B) 324.88º 0.29% 0.55% -
XYZ 18.53 15.63 20.45 -
YUV 113 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 139 98 122 0 0.29 0.12 0.45 324.88 0.17 0.46
Hex 8B 62 7A 0 1D C 2D 145 11 2E
Octal 213 142 172 0 35 14 55 505 21 56
Binary 10001011 1100010 1111010 0 11101 1100 101101 101000101 10001 101110

Color Harmonies of #8B627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B627A

Black with #8B627A

Text Example


Text Example

White with #8B627A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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