Html Css Color HEX #8B5D7B Strikemaster

📋 copy color: '#8B5D7B'

red 139 ◦ green 93 ◦ blue 123

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

Shades of Strikemaster #8B5D7B

Tints of Strikemaster #8B5D7B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.2%

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

R = 39.15%
G = 26.2%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B5D7B (or 0x8B5D7B) is known color: Strikemaster. HEX triplet: 8B, 5D and 7B. RGB value is (139,93,123). Sum of RGB (Red+Green+Blue) = 139+93+123=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5D7B is #74A284. Grayscale: #6E6E6E. Windows color (decimal): -7643781 or 8084875. OLE color: 8084875.

HSL color Cylindrical-coordinate representation of color #8B5D7B: hue angle of 320.87º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B5D7B is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 93 123 -
CMYK 0 0.33 0.12 0.45
HSL 320.87º 0.2% 0.45% -
HSV(B) 320.87º 0.33% 0.55% -
XYZ 18.14 14.75 20.63 -
YUV 110.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 139 93 123 0 0.33 0.12 0.45 320.87 0.2 0.45
Hex 8B 5D 7B 0 21 C 2D 141 14 2D
Octal 213 135 173 0 41 14 55 501 24 55
Binary 10001011 1011101 1111011 0 100001 1100 101101 101000001 10100 101101

Color Harmonies of #8B5D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5D7B

Black with #8B5D7B

Text Example


Text Example

White with #8B5D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,93,123); }

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

background-color css

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

 a { background-color: rgb(139,93,123); }

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

border-color css

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

 span { border-color: rgb(139,93,123); }

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