Html Css Color HEX #8B6783 Strikemaster

📋 copy color: '#8B6783'

red 139 ◦ green 103 ◦ blue 131

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

Shades of Strikemaster #8B6783

Tints of Strikemaster #8B6783

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.61%

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

R = 37.27%
G = 27.61%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8B6783 (or 0x8B6783) is known color: Strikemaster. HEX triplet: 8B, 67 and 83. RGB value is (139,103,131). Sum of RGB (Red+Green+Blue) = 139+103+131=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6783 is #74987C. Grayscale: #747474. Windows color (decimal): -7641213 or 8611723. OLE color: 8611723.

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

Color convert

RGB 139 103 131 -
CMYK 0 0.26 0.06 0.45
HSL 313.33º 0.15% 0.47% -
HSV(B) 313.33º 0.26% 0.55% -
XYZ 19.59 16.83 23.69 -
YUV 116.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 139 103 131 0 0.26 0.06 0.45 313.33 0.15 0.47
Hex 8B 67 83 0 1A 6 2D 139 F 2F
Octal 213 147 203 0 32 6 55 471 17 57
Binary 10001011 1100111 10000011 0 11010 110 101101 100111001 1111 101111

Color Harmonies of #8B6783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6783

Black with #8B6783

Text Example


Text Example

White with #8B6783

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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