Html Css Color HEX #8A5B7B Strikemaster

📋 copy color: '#8A5B7B'

red 138 ◦ green 91 ◦ blue 123

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

Shades of Strikemaster #8A5B7B

Tints of Strikemaster #8A5B7B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.85%

 BLUE value IS 123 (48.44% from 255) = 34.94%

R = 39.2%
G = 25.85%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#8A5B7B (or 0x8A5B7B) is known color: Strikemaster. HEX triplet: 8A, 5B and 7B. RGB value is (138,91,123). Sum of RGB (Red+Green+Blue) = 138+91+123=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5B7B is #75A484. Grayscale: #6C6C6C. Windows color (decimal): -7709829 or 8084362. OLE color: 8084362.

HSL color Cylindrical-coordinate representation of color #8A5B7B: hue angle of 319.15º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A5B7B is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 91 123 -
CMYK 0 0.34 0.11 0.46
HSL 319.15º 0.21% 0.45% -
HSV(B) 319.15º 0.34% 0.54% -
XYZ 17.8 14.32 20.56 -
YUV 108.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 138 91 123 0 0.34 0.11 0.46 319.15 0.21 0.45
Hex 8A 5B 7B 0 22 B 2E 13F 15 2D
Octal 212 133 173 0 42 13 56 477 25 55
Binary 10001010 1011011 1111011 0 100010 1011 101110 100111111 10101 101101

Color Harmonies of #8A5B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5B7B

Black with #8A5B7B

Text Example


Text Example

White with #8A5B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,91,123); }

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

background-color css

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

 a { background-color: rgb(138,91,123); }

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

border-color css

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

 span { border-color: rgb(138,91,123); }

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