Html Css Color HEX #8B6682 Strikemaster

📋 copy color: '#8B6682'

red 139 ◦ green 102 ◦ blue 130

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

Shades of Strikemaster #8B6682

Tints of Strikemaster #8B6682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.49%

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

R = 37.47%
G = 27.49%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8B6682 (or 0x8B6682) is known color: Strikemaster. HEX triplet: 8B, 66 and 82. RGB value is (139,102,130). Sum of RGB (Red+Green+Blue) = 139+102+130=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6682 is #74997D. Grayscale: #747474. Windows color (decimal): -7641470 or 8545931. OLE color: 8545931.

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

Color convert

RGB 139 102 130 -
CMYK 0 0.27 0.06 0.45
HSL 314.59º 0.15% 0.47% -
HSV(B) 314.59º 0.27% 0.55% -
XYZ 19.43 16.6 23.3 -
YUV 116.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 139 102 130 0 0.27 0.06 0.45 314.59 0.15 0.47
Hex 8B 66 82 0 1B 6 2D 13B F 2F
Octal 213 146 202 0 33 6 55 473 17 57
Binary 10001011 1100110 10000010 0 11011 110 101101 100111011 1111 101111

Color Harmonies of #8B6682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6682

Black with #8B6682

Text Example


Text Example

White with #8B6682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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