Html Css Color HEX #9A6F88 Strikemaster

📋 copy color: '#9A6F88'

red 154 ◦ green 111 ◦ blue 136

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

Shades of Strikemaster #9A6F88

Tints of Strikemaster #9A6F88

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.68%

 BLUE value IS 136 (53.52% from 255) = 33.92%

R = 38.4%
G = 27.68%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#9A6F88 (or 0x9A6F88) is known color: Strikemaster. HEX triplet: 9A, 6F and 88. RGB value is (154,111,136). Sum of RGB (Red+Green+Blue) = 154+111+136=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6F88 is #659077. Grayscale: #7E7E7E. Windows color (decimal): -6656120 or 8941466. OLE color: 8941466.

HSL color Cylindrical-coordinate representation of color #9A6F88: hue angle of 325.12º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A6F88 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 111 136 -
CMYK 0 0.28 0.12 0.40
HSL 325.12º 0.18% 0.52% -
HSV(B) 325.12º 0.28% 0.6% -
XYZ 23.45 20.02 25.92 -
YUV 126.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 154 111 136 0 0.28 0.12 0.40 325.12 0.18 0.52
Hex 9A 6F 88 0 1C C 28 145 12 34
Octal 232 157 210 0 34 14 50 505 22 64
Binary 10011010 1101111 10001000 0 11100 1100 101000 101000101 10010 110100

Color Harmonies of #9A6F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6F88

Black with #9A6F88

Text Example


Text Example

White with #9A6F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,111,136); }

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

background-color css

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

 a { background-color: rgb(154,111,136); }

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

border-color css

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

 span { border-color: rgb(154,111,136); }

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