Html Css Color HEX #9A558A Strikemaster

📋 copy color: '#9A558A'

red 154 ◦ green 85 ◦ blue 138

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

Shades of Strikemaster #9A558A

Tints of Strikemaster #9A558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.55%

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 40.85%
G = 22.55%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#9A558A (or 0x9A558A) is known color: Strikemaster. HEX triplet: 9A, 55 and 8A. RGB value is (154,85,138). Sum of RGB (Red+Green+Blue) = 154+85+138=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A558A is #65AA75. Grayscale: #6F6F6F. Windows color (decimal): -6662774 or 9065882. OLE color: 9065882.

HSL color Cylindrical-coordinate representation of color #9A558A: hue angle of 313.91º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A558A is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 85 138 -
CMYK 0 0.45 0.10 0.40
HSL 313.91º 0.29% 0.47% -
HSV(B) 313.91º 0.45% 0.6% -
XYZ 21.16 15.2 25.86 -
YUV 111.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 154 85 138 0 0.45 0.10 0.40 313.91 0.29 0.47
Hex 9A 55 8A 0 2D A 28 13A 1D 2F
Octal 232 125 212 0 55 12 50 472 35 57
Binary 10011010 1010101 10001010 0 101101 1010 101000 100111010 11101 101111

Color Harmonies of #9A558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A558A

Black with #9A558A

Text Example


Text Example

White with #9A558A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,85,138); }

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

background-color css

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

 a { background-color: rgb(154,85,138); }

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

border-color css

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

 span { border-color: rgb(154,85,138); }

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