Html Css Color HEX #9A477D Strikemaster

📋 copy color: '#9A477D'

red 154 ◦ green 71 ◦ blue 125

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

Shades of Strikemaster #9A477D

Tints of Strikemaster #9A477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.29%

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 44%
G = 20.29%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#9A477D (or 0x9A477D) is known color: Strikemaster. HEX triplet: 9A, 47 and 7D. RGB value is (154,71,125). Sum of RGB (Red+Green+Blue) = 154+71+125=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 154 - color contains mainly: red. Hex color #9A477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A477D is #65B882. Grayscale: #656565. Windows color (decimal): -6666371 or 8210330. OLE color: 8210330.

HSL color Cylindrical-coordinate representation of color #9A477D: hue angle of 320.96º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A477D is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 71 125 -
CMYK 0 0.54 0.19 0.40
HSL 320.96º 0.37% 0.44% -
HSV(B) 320.96º 0.54% 0.6% -
XYZ 19.28 12.86 20.87 -
YUV 101.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 154 71 125 0 0.54 0.19 0.40 320.96 0.37 0.44
Hex 9A 47 7D 0 36 13 28 141 25 2C
Octal 232 107 175 0 66 23 50 501 45 54
Binary 10011010 1000111 1111101 0 110110 10011 101000 101000001 100101 101100

Color Harmonies of #9A477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A477D

Black with #9A477D

Text Example


Text Example

White with #9A477D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,71,125); }

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

background-color css

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

 a { background-color: rgb(154,71,125); }

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

border-color css

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

 span { border-color: rgb(154,71,125); }

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