Html Css Color HEX #9D628A Strikemaster

📋 copy color: '#9D628A'

red 157 ◦ green 98 ◦ blue 138

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

Shades of Strikemaster #9D628A

Tints of Strikemaster #9D628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.94%

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

R = 39.95%
G = 24.94%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9D628A (or 0x9D628A) is known color: Strikemaster. HEX triplet: 9D, 62 and 8A. RGB value is (157,98,138). Sum of RGB (Red+Green+Blue) = 157+98+138=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D628A is #629D75. Grayscale: #787878. Windows color (decimal): -6462838 or 9069213. OLE color: 9069213.

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

Color convert

RGB 157 98 138 -
CMYK 0 0.38 0.12 0.38
HSL 319.32º 0.23% 0.5% -
HSV(B) 319.32º 0.38% 0.62% -
XYZ 22.86 17.74 26.26 -
YUV 120.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 157 98 138 0 0.38 0.12 0.38 319.32 0.23 0.5
Hex 9D 62 8A 0 26 C 26 13F 17 32
Octal 235 142 212 0 46 14 46 477 27 62
Binary 10011101 1100010 10001010 0 100110 1100 100110 100111111 10111 110010

Color Harmonies of #9D628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D628A

Black with #9D628A

Text Example


Text Example

White with #9D628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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