Html Css Color HEX #9A617D Strikemaster

📋 copy color: '#9A617D'

red 154 ◦ green 97 ◦ blue 125

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

Shades of Strikemaster #9A617D

Tints of Strikemaster #9A617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.8%

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

R = 40.96%
G = 25.8%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#9A617D (or 0x9A617D) is known color: Strikemaster. HEX triplet: 9A, 61 and 7D. RGB value is (154,97,125). Sum of RGB (Red+Green+Blue) = 154+97+125=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 154 - color contains mainly: red. Hex color #9A617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A617D is #659E82. Grayscale: #757575. Windows color (decimal): -6659715 or 8216986. OLE color: 8216986.

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

Color convert

RGB 154 97 125 -
CMYK 0 0.37 0.19 0.40
HSL 330.53º 0.23% 0.49% -
HSV(B) 330.53º 0.37% 0.6% -
XYZ 21.3 16.9 21.54 -
YUV 117.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 154 97 125 0 0.37 0.19 0.40 330.53 0.23 0.49
Hex 9A 61 7D 0 25 13 28 14B 17 31
Octal 232 141 175 0 45 23 50 513 27 61
Binary 10011010 1100001 1111101 0 100101 10011 101000 101001011 10111 110001

Color Harmonies of #9A617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A617D

Black with #9A617D

Text Example


Text Example

White with #9A617D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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