Html Css Color HEX #8B6382 Strikemaster

📋 copy color: '#8B6382'

red 139 ◦ green 99 ◦ blue 130

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

Shades of Strikemaster #8B6382

Tints of Strikemaster #8B6382

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.9%

 BLUE value IS 130 (51.17% from 255) = 35.33%

R = 37.77%
G = 26.9%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8B6382 (or 0x8B6382) is known color: Strikemaster. HEX triplet: 8B, 63 and 82. RGB value is (139,99,130). Sum of RGB (Red+Green+Blue) = 139+99+130=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6382 is #749C7D. Grayscale: #727272. Windows color (decimal): -7642238 or 8545163. OLE color: 8545163.

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

Color convert

RGB 139 99 130 -
CMYK 0 0.29 0.06 0.45
HSL 313.5º 0.17% 0.47% -
HSV(B) 313.5º 0.29% 0.55% -
XYZ 19.14 16.02 23.2 -
YUV 114.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 139 99 130 0 0.29 0.06 0.45 313.5 0.17 0.47
Hex 8B 63 82 0 1D 6 2D 13A 11 2F
Octal 213 143 202 0 35 6 55 472 21 57
Binary 10001011 1100011 10000010 0 11101 110 101101 100111010 10001 101111

Color Harmonies of #8B6382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6382

Black with #8B6382

Text Example


Text Example

White with #8B6382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,99,130); }

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

background-color css

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

 a { background-color: rgb(139,99,130); }

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

border-color css

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

 span { border-color: rgb(139,99,130); }

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