Html Css Color HEX #9A5386 Strikemaster

📋 copy color: '#9A5386'

red 154 ◦ green 83 ◦ blue 134

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

Shades of Strikemaster #9A5386

Tints of Strikemaster #9A5386

RGB

 RED value IS 154 (60.55% from 255) = 41.51%

 GREEN value IS 83 (32.81% from 255) = 22.37%

 BLUE value IS 134 (52.73% from 255) = 36.12%

R = 41.51%
G = 22.37%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#9A5386 (or 0x9A5386) is known color: Strikemaster. HEX triplet: 9A, 53 and 86. RGB value is (154,83,134). Sum of RGB (Red+Green+Blue) = 154+83+134=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5386 is #65AC79. Grayscale: #6D6D6D. Windows color (decimal): -6663290 or 8803226. OLE color: 8803226.

HSL color Cylindrical-coordinate representation of color #9A5386: hue angle of 316.9º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A5386 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 83 134 -
CMYK 0 0.46 0.13 0.40
HSL 316.9º 0.3% 0.46% -
HSV(B) 316.9º 0.46% 0.6% -
XYZ 20.72 14.78 24.31 -
YUV 110.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 154 83 134 0 0.46 0.13 0.40 316.9 0.3 0.46
Hex 9A 53 86 0 2E D 28 13D 1E 2E
Octal 232 123 206 0 56 15 50 475 36 56
Binary 10011010 1010011 10000110 0 101110 1101 101000 100111101 11110 101110

Color Harmonies of #9A5386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5386

Black with #9A5386

Text Example


Text Example

White with #9A5386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,83,134); }

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

background-color css

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

 a { background-color: rgb(154,83,134); }

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

border-color css

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

 span { border-color: rgb(154,83,134); }

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