Html Css Color HEX #9D538A Strikemaster

📋 copy color: '#9D538A'

red 157 ◦ green 83 ◦ blue 138

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

Shades of Strikemaster #9D538A

Tints of Strikemaster #9D538A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.96%

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 41.53%
G = 21.96%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9D538A (or 0x9D538A) is known color: Strikemaster. HEX triplet: 9D, 53 and 8A. RGB value is (157,83,138). Sum of RGB (Red+Green+Blue) = 157+83+138=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D538A is #62AC75. Grayscale: #6F6F6F. Windows color (decimal): -6466678 or 9065373. OLE color: 9065373.

HSL color Cylindrical-coordinate representation of color #9D538A: hue angle of 315.41º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D538A is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 83 138 -
CMYK 0 0.47 0.12 0.38
HSL 315.41º 0.31% 0.47% -
HSV(B) 315.41º 0.47% 0.62% -
XYZ 21.59 15.19 25.84 -
YUV 111.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 157 83 138 0 0.47 0.12 0.38 315.41 0.31 0.47
Hex 9D 53 8A 0 2F C 26 13B 1F 2F
Octal 235 123 212 0 57 14 46 473 37 57
Binary 10011101 1010011 10001010 0 101111 1100 100110 100111011 11111 101111

Color Harmonies of #9D538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D538A

Black with #9D538A

Text Example


Text Example

White with #9D538A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,83,138); }

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

background-color css

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

 a { background-color: rgb(157,83,138); }

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

border-color css

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

 span { border-color: rgb(157,83,138); }

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