Html Css Color HEX #9A5387 Strikemaster

📋 copy color: '#9A5387'

red 154 ◦ green 83 ◦ blue 135

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

Shades of Strikemaster #9A5387

Tints of Strikemaster #9A5387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.29%

R = 41.4%
G = 22.31%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#9A5387 (or 0x9A5387) is known color: Strikemaster. HEX triplet: 9A, 53 and 87. RGB value is (154,83,135). Sum of RGB (Red+Green+Blue) = 154+83+135=372 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.40% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5387 is #65AC78. Grayscale: #6E6E6E. Windows color (decimal): -6663289 or 8868762. OLE color: 8868762.

HSL color Cylindrical-coordinate representation of color #9A5387: hue angle of 316.06º 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 #9A5387 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 83 135 -
CMYK 0 0.46 0.12 0.40
HSL 316.06º 0.3% 0.46% -
HSV(B) 316.06º 0.46% 0.6% -
XYZ 20.79 14.81 24.68 -
YUV 110.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 154 83 135 0 0.46 0.12 0.40 316.06 0.3 0.46
Hex 9A 53 87 0 2E C 28 13C 1E 2E
Octal 232 123 207 0 56 14 50 474 36 56
Binary 10011010 1010011 10000111 0 101110 1100 101000 100111100 11110 101110

Color Harmonies of #9A5387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5387

Black with #9A5387

Text Example


Text Example

White with #9A5387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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