Html Css Color HEX #8A5A7B Strikemaster

📋 copy color: '#8A5A7B'

red 138 ◦ green 90 ◦ blue 123

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

Shades of Strikemaster #8A5A7B

Tints of Strikemaster #8A5A7B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.64%

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

R = 39.32%
G = 25.64%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#8A5A7B (or 0x8A5A7B) is known color: Strikemaster. HEX triplet: 8A, 5A and 7B. RGB value is (138,90,123). Sum of RGB (Red+Green+Blue) = 138+90+123=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5A7B is #75A584. Grayscale: #6C6C6C. Windows color (decimal): -7710085 or 8084106. OLE color: 8084106.

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

Color convert

RGB 138 90 123 -
CMYK 0 0.35 0.11 0.46
HSL 318.75º 0.21% 0.45% -
HSV(B) 318.75º 0.35% 0.54% -
XYZ 17.71 14.15 20.54 -
YUV 108.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 138 90 123 0 0.35 0.11 0.46 318.75 0.21 0.45
Hex 8A 5A 7B 0 23 B 2E 13F 15 2D
Octal 212 132 173 0 43 13 56 477 25 55
Binary 10001010 1011010 1111011 0 100011 1011 101110 100111111 10101 101101

Color Harmonies of #8A5A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5A7B

Black with #8A5A7B

Text Example


Text Example

White with #8A5A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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