Html Css Color HEX #9A668D Strikemaster

📋 copy color: '#9A668D'

red 154 ◦ green 102 ◦ blue 141

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

Shades of Strikemaster #9A668D

Tints of Strikemaster #9A668D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.69%

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 38.79%
G = 25.69%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A668D (or 0x9A668D) is known color: Strikemaster. HEX triplet: 9A, 66 and 8D. RGB value is (154,102,141). Sum of RGB (Red+Green+Blue) = 154+102+141=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 154 - color contains mainly: red. Hex color #9A668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A668D is #659972. Grayscale: #797979. Windows color (decimal): -6658419 or 9266842. OLE color: 9266842.

HSL color Cylindrical-coordinate representation of color #9A668D: hue angle of 315º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A668D is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 102 141 -
CMYK 0 0.34 0.08 0.40
HSL 315º 0.2% 0.5% -
HSV(B) 315º 0.34% 0.6% -
XYZ 22.89 18.3 27.52 -
YUV 121.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 154 102 141 0 0.34 0.08 0.40 315 0.2 0.5
Hex 9A 66 8D 0 22 8 28 13B 14 32
Octal 232 146 215 0 42 10 50 473 24 62
Binary 10011010 1100110 10001101 0 100010 1000 101000 100111011 10100 110010

Color Harmonies of #9A668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A668D

Black with #9A668D

Text Example


Text Example

White with #9A668D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,102,141); }

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

background-color css

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

 a { background-color: rgb(154,102,141); }

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

border-color css

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

 span { border-color: rgb(154,102,141); }

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