Html Css Color HEX #9A6C86 Strikemaster

📋 copy color: '#9A6C86'

red 154 ◦ green 108 ◦ blue 134

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

Shades of Strikemaster #9A6C86

Tints of Strikemaster #9A6C86

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.27%

 BLUE value IS 134 (52.73% from 255) = 33.84%

R = 38.89%
G = 27.27%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#9A6C86 (or 0x9A6C86) is known color: Strikemaster. HEX triplet: 9A, 6C and 86. RGB value is (154,108,134). Sum of RGB (Red+Green+Blue) = 154+108+134=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6C86 is #659379. Grayscale: #7C7C7C. Windows color (decimal): -6656890 or 8809626. OLE color: 8809626.

HSL color Cylindrical-coordinate representation of color #9A6C86: hue angle of 326.09º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A6C86 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 108 134 -
CMYK 0 0.30 0.13 0.40
HSL 326.09º 0.19% 0.51% -
HSV(B) 326.09º 0.3% 0.6% -
XYZ 22.99 19.32 25.07 -
YUV 124.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 154 108 134 0 0.30 0.13 0.40 326.09 0.19 0.51
Hex 9A 6C 86 0 1E D 28 146 13 33
Octal 232 154 206 0 36 15 50 506 23 63
Binary 10011010 1101100 10000110 0 11110 1101 101000 101000110 10011 110011

Color Harmonies of #9A6C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6C86

Black with #9A6C86

Text Example


Text Example

White with #9A6C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,108,134); }

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

background-color css

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

 a { background-color: rgb(154,108,134); }

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

border-color css

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

 span { border-color: rgb(154,108,134); }

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