Html Css Color HEX #9D5A8B Strikemaster

📋 copy color: '#9D5A8B'

red 157 ◦ green 90 ◦ blue 139

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

Shades of Strikemaster #9D5A8B

Tints of Strikemaster #9D5A8B

RGB

 RED value IS 157 (61.72% from 255) = 40.67%

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

 BLUE value IS 139 (54.69% from 255) = 36.01%

R = 40.67%
G = 23.32%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9D5A8B (or 0x9D5A8B) is known color: Strikemaster. HEX triplet: 9D, 5A and 8B. RGB value is (157,90,139). Sum of RGB (Red+Green+Blue) = 157+90+139=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5A8B is #62A574. Grayscale: #737373. Windows color (decimal): -6464885 or 9132701. OLE color: 9132701.

HSL color Cylindrical-coordinate representation of color #9D5A8B: hue angle of 316.12º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D5A8B is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 90 139 -
CMYK 0 0.43 0.11 0.38
HSL 316.12º 0.27% 0.48% -
HSV(B) 316.12º 0.43% 0.62% -
XYZ 22.22 16.34 26.41 -
YUV 115.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 157 90 139 0 0.43 0.11 0.38 316.12 0.27 0.48
Hex 9D 5A 8B 0 2B B 26 13C 1B 30
Octal 235 132 213 0 53 13 46 474 33 60
Binary 10011101 1011010 10001011 0 101011 1011 100110 100111100 11011 110000

Color Harmonies of #9D5A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5A8B

Black with #9D5A8B

Text Example


Text Example

White with #9D5A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D5A8B; }

 p { color: rgb(157,90,139); }

 H1.HeaderClassName
 {
   color: #9D5A8B;
 }
 .AnyTagClassName
 {
   color: #9D5A8B;
 }
</style>

background-color css

<style>
 a { background-color: #9D5A8B; }

 a { background-color: rgb(157,90,139); }

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

border-color css

<style>
 span { border-color: #9D5A8B; }

 span { border-color: rgb(157,90,139); }

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