Html Css Color HEX #8A6682 Strikemaster

📋 copy color: '#8A6682'

red 138 ◦ green 102 ◦ blue 130

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

Shades of Strikemaster #8A6682

Tints of Strikemaster #8A6682

RGB

 RED value IS 138 (54.3% from 255) = 37.3%

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

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

R = 37.3%
G = 27.57%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#8A6682 (or 0x8A6682) is known color: Strikemaster. HEX triplet: 8A, 66 and 82. RGB value is (138,102,130). Sum of RGB (Red+Green+Blue) = 138+102+130=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6682 is #75997D. Grayscale: #737373. Windows color (decimal): -7707006 or 8545930. OLE color: 8545930.

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

Color convert

RGB 138 102 130 -
CMYK 0 0.26 0.06 0.46
HSL 313.33º 0.15% 0.47% -
HSV(B) 313.33º 0.26% 0.54% -
XYZ 19.26 16.52 23.29 -
YUV 115.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 138 102 130 0 0.26 0.06 0.46 313.33 0.15 0.47
Hex 8A 66 82 0 1A 6 2E 139 F 2F
Octal 212 146 202 0 32 6 56 471 17 57
Binary 10001010 1100110 10000010 0 11010 110 101110 100111001 1111 101111

Color Harmonies of #8A6682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6682

Black with #8A6682

Text Example


Text Example

White with #8A6682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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