Html Css Color HEX #8B5D7D Strikemaster

📋 copy color: '#8B5D7D'

red 139 ◦ green 93 ◦ blue 125

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

Shades of Strikemaster #8B5D7D

Tints of Strikemaster #8B5D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.01%

R = 38.94%
G = 26.05%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8B5D7D (or 0x8B5D7D) is known color: Strikemaster. HEX triplet: 8B, 5D and 7D. RGB value is (139,93,125). Sum of RGB (Red+Green+Blue) = 139+93+125=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5D7D is #74A282. Grayscale: #6E6E6E. Windows color (decimal): -7643779 or 8215947. OLE color: 8215947.

HSL color Cylindrical-coordinate representation of color #8B5D7D: hue angle of 318.26º 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 #8B5D7D is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 93 125 -
CMYK 0 0.33 0.10 0.45
HSL 318.26º 0.2% 0.45% -
HSV(B) 318.26º 0.33% 0.55% -
XYZ 18.26 14.8 21.3 -
YUV 110.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 139 93 125 0 0.33 0.10 0.45 318.26 0.2 0.45
Hex 8B 5D 7D 0 21 A 2D 13E 14 2D
Octal 213 135 175 0 41 12 55 476 24 55
Binary 10001011 1011101 1111101 0 100001 1010 101101 100111110 10100 101101

Color Harmonies of #8B5D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5D7D

Black with #8B5D7D

Text Example


Text Example

White with #8B5D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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