Html Css Color HEX #9F6A8B Strikemaster

📋 copy color: '#9F6A8B'

red 159 ◦ green 106 ◦ blue 139

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

Shades of Strikemaster #9F6A8B

Tints of Strikemaster #9F6A8B

RGB

 RED value IS 159 (62.5% from 255) = 39.36%

 GREEN value IS 106 (41.8% from 255) = 26.24%

 BLUE value IS 139 (54.69% from 255) = 34.41%

R = 39.36%
G = 26.24%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F6A8B (or 0x9F6A8B) is known color: Strikemaster. HEX triplet: 9F, 6A and 8B. RGB value is (159,106,139). Sum of RGB (Red+Green+Blue) = 159+106+139=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6A8B is #609574. Grayscale: #7D7D7D. Windows color (decimal): -6329717 or 9136799. OLE color: 9136799.

HSL color Cylindrical-coordinate representation of color #9F6A8B: hue angle of 322.64º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F6A8B is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 106 139 -
CMYK 0 0.33 0.13 0.38
HSL 322.64º 0.22% 0.52% -
HSV(B) 322.64º 0.33% 0.62% -
XYZ 24.11 19.54 26.93 -
YUV 125.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 159 106 139 0 0.33 0.13 0.38 322.64 0.22 0.52
Hex 9F 6A 8B 0 21 D 26 143 16 34
Octal 237 152 213 0 41 15 46 503 26 64
Binary 10011111 1101010 10001011 0 100001 1101 100110 101000011 10110 110100

Color Harmonies of #9F6A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6A8B

Black with #9F6A8B

Text Example


Text Example

White with #9F6A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,106,139); }

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

background-color css

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

 a { background-color: rgb(159,106,139); }

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

border-color css

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

 span { border-color: rgb(159,106,139); }

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