Html Css Color HEX #8B6883 Strikemaster

📋 copy color: '#8B6883'

red 139 ◦ green 104 ◦ blue 131

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

Shades of Strikemaster #8B6883

Tints of Strikemaster #8B6883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.81%

 BLUE value IS 131 (51.56% from 255) = 35.03%

R = 37.17%
G = 27.81%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8B6883 (or 0x8B6883) is known color: Strikemaster. HEX triplet: 8B, 68 and 83. RGB value is (139,104,131). Sum of RGB (Red+Green+Blue) = 139+104+131=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6883 is #74977C. Grayscale: #757575. Windows color (decimal): -7640957 or 8611979. OLE color: 8611979.

HSL color Cylindrical-coordinate representation of color #8B6883: hue angle of 313.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B6883 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 104 131 -
CMYK 0 0.25 0.06 0.45
HSL 313.71º 0.14% 0.48% -
HSV(B) 313.71º 0.25% 0.55% -
XYZ 19.69 17.03 23.72 -
YUV 117.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 139 104 131 0 0.25 0.06 0.45 313.71 0.14 0.48
Hex 8B 68 83 0 19 6 2D 13A E 30
Octal 213 150 203 0 31 6 55 472 16 60
Binary 10001011 1101000 10000011 0 11001 110 101101 100111010 1110 110000

Color Harmonies of #8B6883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6883

Black with #8B6883

Text Example


Text Example

White with #8B6883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,104,131); }

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

background-color css

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

 a { background-color: rgb(139,104,131); }

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

border-color css

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

 span { border-color: rgb(139,104,131); }

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