Html Css Color HEX #9D6485 Strikemaster

📋 copy color: '#9D6485'

red 157 ◦ green 100 ◦ blue 133

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

Shades of Strikemaster #9D6485

Tints of Strikemaster #9D6485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.64%

 BLUE value IS 133 (52.34% from 255) = 34.1%

R = 40.26%
G = 25.64%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9D6485 (or 0x9D6485) is known color: Strikemaster. HEX triplet: 9D, 64 and 85. RGB value is (157,100,133). Sum of RGB (Red+Green+Blue) = 157+100+133=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6485 is #629B7A. Grayscale: #787878. Windows color (decimal): -6462331 or 8742045. OLE color: 8742045.

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

Color convert

RGB 157 100 133 -
CMYK 0 0.36 0.15 0.38
HSL 325.26º 0.23% 0.5% -
HSV(B) 325.26º 0.36% 0.62% -
XYZ 22.7 17.98 24.46 -
YUV 120.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 157 100 133 0 0.36 0.15 0.38 325.26 0.23 0.5
Hex 9D 64 85 0 24 F 26 145 17 32
Octal 235 144 205 0 44 17 46 505 27 62
Binary 10011101 1100100 10000101 0 100100 1111 100110 101000101 10111 110010

Color Harmonies of #9D6485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6485

Black with #9D6485

Text Example


Text Example

White with #9D6485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,100,133); }

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

background-color css

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

 a { background-color: rgb(157,100,133); }

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

border-color css

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

 span { border-color: rgb(157,100,133); }

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