Html Css Color HEX #9D668D Strikemaster

📋 copy color: '#9D668D'

red 157 ◦ green 102 ◦ blue 141

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

Shades of Strikemaster #9D668D

Tints of Strikemaster #9D668D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.5%

 BLUE value IS 141 (55.47% from 255) = 35.25%

R = 39.25%
G = 25.5%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D668D (or 0x9D668D) is known color: Strikemaster. HEX triplet: 9D, 66 and 8D. RGB value is (157,102,141). Sum of RGB (Red+Green+Blue) = 157+102+141=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 157 - color contains mainly: red. Hex color #9D668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D668D is #629972. Grayscale: #7A7A7A. Windows color (decimal): -6461811 or 9266845. OLE color: 9266845.

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

Color convert

RGB 157 102 141 -
CMYK 0 0.35 0.10 0.38
HSL 317.45º 0.22% 0.51% -
HSV(B) 317.45º 0.35% 0.62% -
XYZ 23.46 18.59 27.55 -
YUV 122.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 157 102 141 0 0.35 0.10 0.38 317.45 0.22 0.51
Hex 9D 66 8D 0 23 A 26 13D 16 33
Octal 235 146 215 0 43 12 46 475 26 63
Binary 10011101 1100110 10001101 0 100011 1010 100110 100111101 10110 110011

Color Harmonies of #9D668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D668D

Black with #9D668D

Text Example


Text Example

White with #9D668D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,102,141); }

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

background-color css

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

 a { background-color: rgb(157,102,141); }

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

border-color css

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

 span { border-color: rgb(157,102,141); }

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