Html Css Color HEX #8B617F Strikemaster

📋 copy color: '#8B617F'

red 139 ◦ green 97 ◦ blue 127

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

Shades of Strikemaster #8B617F

Tints of Strikemaster #8B617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.72%

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

R = 38.29%
G = 26.72%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8B617F (or 0x8B617F) is known color: Strikemaster. HEX triplet: 8B, 61 and 7F. RGB value is (139,97,127). Sum of RGB (Red+Green+Blue) = 139+97+127=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 139 - color contains mainly: red. Hex color #8B617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B617F is #749E80. Grayscale: #707070. Windows color (decimal): -7642753 or 8348043. OLE color: 8348043.

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

Color convert

RGB 139 97 127 -
CMYK 0 0.30 0.09 0.45
HSL 317.14º 0.18% 0.46% -
HSV(B) 317.14º 0.3% 0.55% -
XYZ 18.75 15.57 22.1 -
YUV 112.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 139 97 127 0 0.30 0.09 0.45 317.14 0.18 0.46
Hex 8B 61 7F 0 1E 9 2D 13D 12 2E
Octal 213 141 177 0 36 11 55 475 22 56
Binary 10001011 1100001 1111111 0 11110 1001 101101 100111101 10010 101110

Color Harmonies of #8B617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B617F

Black with #8B617F

Text Example


Text Example

White with #8B617F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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