Html Css Color HEX #9A6E85 Strikemaster

📋 copy color: '#9A6E85'

red 154 ◦ green 110 ◦ blue 133

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

Shades of Strikemaster #9A6E85

Tints of Strikemaster #9A6E85

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.71%

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 38.79%
G = 27.71%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#9A6E85 (or 0x9A6E85) is known color: Strikemaster. HEX triplet: 9A, 6E and 85. RGB value is (154,110,133). Sum of RGB (Red+Green+Blue) = 154+110+133=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6E85 is #65917A. Grayscale: #7D7D7D. Windows color (decimal): -6656379 or 8744602. OLE color: 8744602.

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

Color convert

RGB 154 110 133 -
CMYK 0 0.29 0.14 0.40
HSL 328.64º 0.18% 0.52% -
HSV(B) 328.64º 0.29% 0.6% -
XYZ 23.14 19.72 24.78 -
YUV 125.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 154 110 133 0 0.29 0.14 0.40 328.64 0.18 0.52
Hex 9A 6E 85 0 1D E 28 149 12 34
Octal 232 156 205 0 35 16 50 511 22 64
Binary 10011010 1101110 10000101 0 11101 1110 101000 101001001 10010 110100

Color Harmonies of #9A6E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6E85

Black with #9A6E85

Text Example


Text Example

White with #9A6E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,110,133); }

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

background-color css

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

 a { background-color: rgb(154,110,133); }

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

border-color css

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

 span { border-color: rgb(154,110,133); }

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