Html Css Color HEX #9D628B Strikemaster

📋 copy color: '#9D628B'

red 157 ◦ green 98 ◦ blue 139

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

Shades of Strikemaster #9D628B

Tints of Strikemaster #9D628B

RGB

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

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

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

R = 39.85%
G = 24.87%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9D628B (or 0x9D628B) is known color: Strikemaster. HEX triplet: 9D, 62 and 8B. RGB value is (157,98,139). Sum of RGB (Red+Green+Blue) = 157+98+139=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 157 - color contains mainly: red. Hex color #9D628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D628B is #629D74. Grayscale: #787878. Windows color (decimal): -6462837 or 9134749. OLE color: 9134749.

HSL color Cylindrical-coordinate representation of color #9D628B: hue angle of 318.31º 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 #9D628B is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 98 139 -
CMYK 0 0.38 0.11 0.38
HSL 318.31º 0.23% 0.5% -
HSV(B) 318.31º 0.38% 0.62% -
XYZ 22.93 17.77 26.65 -
YUV 120.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 157 98 139 0 0.38 0.11 0.38 318.31 0.23 0.5
Hex 9D 62 8B 0 26 B 26 13E 17 32
Octal 235 142 213 0 46 13 46 476 27 62
Binary 10011101 1100010 10001011 0 100110 1011 100110 100111110 10111 110010

Color Harmonies of #9D628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D628B

Black with #9D628B

Text Example


Text Example

White with #9D628B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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