Html Css Color HEX #8B6278 Strikemaster

📋 copy color: '#8B6278'

red 139 ◦ green 98 ◦ blue 120

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

Shades of Strikemaster #8B6278

Tints of Strikemaster #8B6278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.61%

R = 38.94%
G = 27.45%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8B6278 (or 0x8B6278) is known color: Strikemaster. HEX triplet: 8B, 62 and 78. RGB value is (139,98,120). Sum of RGB (Red+Green+Blue) = 139+98+120=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6278 is #749D87. Grayscale: #707070. Windows color (decimal): -7642504 or 7889547. OLE color: 7889547.

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

Color convert

RGB 139 98 120 -
CMYK 0 0.29 0.14 0.45
HSL 327.8º 0.17% 0.46% -
HSV(B) 327.8º 0.29% 0.55% -
XYZ 18.41 15.58 19.81 -
YUV 112.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 139 98 120 0 0.29 0.14 0.45 327.8 0.17 0.46
Hex 8B 62 78 0 1D E 2D 148 11 2E
Octal 213 142 170 0 35 16 55 510 21 56
Binary 10001011 1100010 1111000 0 11101 1110 101101 101001000 10001 101110

Color Harmonies of #8B6278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6278

Black with #8B6278

Text Example


Text Example

White with #8B6278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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