Html Css Color HEX #9D658C Strikemaster

📋 copy color: '#9D658C'

red 157 ◦ green 101 ◦ blue 140

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

Shades of Strikemaster #9D658C

Tints of Strikemaster #9D658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.38%

 BLUE value IS 140 (55.08% from 255) = 35.18%

R = 39.45%
G = 25.38%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9D658C (or 0x9D658C) is known color: Strikemaster. HEX triplet: 9D, 65 and 8C. RGB value is (157,101,140). Sum of RGB (Red+Green+Blue) = 157+101+140=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 157 - color contains mainly: red. Hex color #9D658C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D658C is #629A73. Grayscale: #7A7A7A. Windows color (decimal): -6462068 or 9201053. OLE color: 9201053.

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

Color convert

RGB 157 101 140 -
CMYK 0 0.36 0.11 0.38
HSL 318.21º 0.22% 0.51% -
HSV(B) 318.21º 0.36% 0.62% -
XYZ 23.29 18.37 27.13 -
YUV 122.19 138.05 152.83 -
System Red Green Blue C M Y K H S L
Decimal 157 101 140 0 0.36 0.11 0.38 318.21 0.22 0.51
Hex 9D 65 8C 0 24 B 26 13E 16 33
Octal 235 145 214 0 44 13 46 476 26 63
Binary 10011101 1100101 10001100 0 100100 1011 100110 100111110 10110 110011

Color Harmonies of #9D658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D658C

Black with #9D658C

Text Example


Text Example

White with #9D658C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,101,140); }

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

background-color css

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

 a { background-color: rgb(157,101,140); }

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

border-color css

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

 span { border-color: rgb(157,101,140); }

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